]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit
launch_here: be more compatible with git < 1.5.x
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 30 Jan 2009 22:41:14 +0000 (23:41 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 30 Jan 2009 23:17:23 +0000 (00:17 +0100)
commit2f6286930d5a8f246c83c4c83dd60ba5f1119f8e
treeb7ef896e65aef0a32aaf8c9151caffa03906658b
parent152b9e19975942341b77c94bc3765cbee6be24f8
launch_here: be more compatible with git < 1.5.x

People living in the stone age (e.g. those stuck using Debian stable)
still have git 1.4.4.4, which doesn't support git log --pretty=format.
So we parse the git log --pretty=raw format instead, which should be
available even on such older systems.

For the same reason, parse git diff-index --stat instead of git diff
--shortstat.
launch_here.rb