Add svn-compatible "blame" output format to git-svn
commit4be403815321976bc2ee4c6677799abb06b153aa
authorSteven Grimm <koreth@midwinter.com>
Sun, 11 May 2008 05:11:18 +0000 (10 22:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 17:12:19 +0000 (11 10:12 -0700)
treec0aa1a96147c96619aae8d4e1d93e0817091d2ec
parentf4e9f786f737e55fd4ea06dbb25b14dd32b872c1
Add svn-compatible "blame" output format to git-svn

git-svn blame produced output in the format of git blame; in environments
where there are scripts that read the output of svn blame, it's useful
to be able to use them with the output of git-svn. The git-compatible
format is still available using the new "--git-format" option.

This also fixes a bug in the initial git-svn blame implementation; it was
bombing out on uncommitted local changes.

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
git-svn.perl