diff options
author | Tim Stoakes <tim@stoakes.net> | 2008-02-10 15:21:08 +1030 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-11 13:23:14 -0800 |
commit | 6fb5375ede25629c23ba2129b48f143e1942e755 (patch) | |
tree | c3ddbcd8399db069cfe40d7c33759e8c6f70f8d2 /Documentation/git-svn.txt | |
parent | 04f32cf1b31717bf0b7cbbc00783a4107cc19cfd (diff) | |
download | git-6fb5375ede25629c23ba2129b48f143e1942e755.tar.gz |
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>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index b1d527f74c..340f1be02a 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -161,6 +161,13 @@ New features: + Any other arguments are passed directly to `git log' +'blame':: + Show what revision and author last modified each line of a file. This is + identical to `git blame', but SVN revision numbers are shown instead of git + commit hashes. ++ +All arguments are passed directly to `git blame'. + -- 'find-rev':: When given an SVN revision number of the form 'rN', returns the |