Today I found out about gource. A little tool for visualizing repository(git, cvs, mercurial etc.) history. I was playing with it for a while, here you see the history of my project since the beginning of january(when i created git repository):
The visualization can be generated with the simple command:
gource --stop-at-end
To save the visualization in a video file, just execute(on linux):
gource --stop-at-end --output-ppm-stream - | ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - -vcodec mpeg4 gource.avi
Advertisement
May 5, 2010 at 19:32 |
Muszę takie coś pokazać w pracy. Dopiero wtedy widać pracę programisty