gource – repository history visualization

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

One Response to “gource – repository history visualization”

  1. Limal Says:

    Muszę takie coś pokazać w pracy. Dopiero wtedy widać pracę programisty ;-)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.