/[scripts]/trunk/git-dot.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/git-dot.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations)
Thu Nov 12 18:48:37 2009 UTC (14 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 228 byte(s)
http://use.perl.org/~BooK/journal/39887
1 #!/bin/sh
2 # create a good looking graph with dot
3 # http://use.perl.org/~BooK/journal/39887
4 echo "digraph G {"
5 git log --pretty=format:"%h %p" $* \
6 | perl -lna -e 'print qq("$F[0]";),map{qq("$_"->"$F[0]";)}@F[1..$#F]'
7 echo "}"
8

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26