cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: git repo now says 20,000 commits

From: Gisle Vanem <gvanem_at_yahoo.no>
Date: Wed, 11 Nov 2015 13:50:18 +0100

Daniel Stenberg wrote:
> Just wanted to highlight this occasion.
>
> https://github.com/bagder/curl

Here is a Gource visualization of the commits:
   https://www.youtube.com/watch?v=Jq93Vzr-Q6U

Gource (from http://gource.io/). Here is how
I created a video of my local curl git-repo:

   git log --pretty=format:user:%%aN%%n%%ct --reverse \
   --raw --encoding=UTF-8 --no-renames > gource-curl.log
   gource --log-format git -o gource-curl.ppm gource-curl.log

-- 
--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-11-11