git-commit-vandalism/contrib/git-svn
Eric Wong c0d4822268 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>
2006-06-16 03:04:21 -07:00
..
t git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00
.gitignore contrib/git-svn: add Makefile, test, and associated ignores 2006-02-20 13:32:42 -08:00
git-svn.perl git-svn: bugfix and optimize the 'log' command 2006-06-16 03:04:21 -07:00
git-svn.txt git-svn: documentation updates 2006-05-05 14:18:41 -07:00
Makefile git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00