git-svn: fix log command to avoid infinite loop on long commit messages
commitc16d08713e2d7f5c440f7649ceb68f838b4b8bea
authorEric Wong <normalperson@yhbt.net>
Sun, 8 Apr 2007 07:59:22 +0000 (8 00:59 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 9 Apr 2007 02:54:07 +0000 (8 19:54 -0700)
tree64b0991be4bb7a4a3c0aab7fe621634220ce3e09
parent13c823fb520eaf1cded520213cf0ae4c3268208d
git-svn: fix log command to avoid infinite loop on long commit messages

This bug has been around since the the conversion to use the
Git.pm library back in October or November.  Eventually I'd like
"git rev-list/log" to have the option to not truncate overly
long messages.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl