Add `git svn blame' command
commit6fb5375ede25629c23ba2129b48f143e1942e755
authorTim Stoakes <tim@stoakes.net>
Sun, 10 Feb 2008 04:51:08 +0000 (10 15:21 +1030)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2008 21:23:14 +0000 (11 13:23 -0800)
treec3ddbcd8399db069cfe40d7c33759e8c6f70f8d2
parent04f32cf1b31717bf0b7cbbc00783a4107cc19cfd
Add `git svn blame' command

This command is identical to `git blame', but it shows SVN revision
numbers instead of git commit hashes.

[ew: support "^initial commit" and minor formatting fixes]

Signed-off-by: Tim Stoakes <tim@stoakes.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
git-svn.perl