Skip to content

Instantly share code, notes, and snippets.

@yusukebe
Created March 7, 2010 06:06
Show Gist options
  • Save yusukebe/324201 to your computer and use it in GitHub Desktop.
Save yusukebe/324201 to your computer and use it in GitHub Desktop.
$ git shortlog -s -n | perl -MURI::Escape -e 'while (<STDIN>) { $_ =~ /(\d+)\s+([\w|\s]+\w$)/; push @data, $1; push @text, uri_escape($2); } $chd = "chd=t:" . join ",", @data; $chl = "chl=" . join "|", @text; print "http://chart.apis.google.com/chart?cht=p3&chs=800x300&$chd&$chl\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment