git-svn: bugfix and optimize the 'log' command
authorEric Wong <normalperson@yhbt.net>
Fri, 16 Jun 2006 01:48:22 +0000 (18:48 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 16 Jun 2006 10:04:21 +0000 (03:04 -0700)
commitc0d4822268d30b1668e94986a845b8bb5441e8b3
tree791d41acaee36207000590927492c418a57330ec
parent968bdf1f3da677255c8950bb5b5a9de7e1150279
git-svn: bugfix and optimize the 'log' command

Revisions with long commit messages were being skipped, since
the 'git-svn-id' metadata line was at the end and git-log uses a
32k buffer to print the commits.

Also the last 'git-svn-id' metadata line in a commit is always
the valid one, so make sure we use that, as well.

Made the verbose flag work by passing the correct option switch
('--summary') to git-log.

Finally, optimize -r/--revision argument handling by passing
the appropriate limits to revision

Signed-off-by: Eric Wong <normalperson@yhbt.net>
contrib/git-svn/git-svn.perl