summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-12 00:29:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-12 00:29:47 +0000
commit869bb80c07ac9d2a9d37d4ac3355bc4529752f53 (patch)
treec0a4e358b8e03350998d0992e33a6dc58f073569 /git-svn.txt
parent6d76d61fb621d158ee26238e735e282e33fb1a81 (diff)
downloadgit-htmldocs-869bb80c07ac9d2a9d37d4ac3355bc4529752f53.tar.gz
Autogenerated HTML docs for v1.5.5.1-211-g65ea
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/git-svn.txt b/git-svn.txt
index f4ba1056f..c6b56b4ef 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -166,11 +166,18 @@ environment). This command has the same behaviour.
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.
+ Show what revision and author last modified each line of a file. The
+ output of this mode is format-compatible with the output of
+ `svn blame' by default. Like the SVN blame command,
+ local uncommitted changes in the working copy are ignored;
+ the version of the file in the HEAD revision is annotated. Unknown
+ arguments are passed directly to git-blame.
+
-All arguments are passed directly to `git blame'.
+--git-format;;
+ Produce output in the same format as `git blame', but with
+ SVN revision numbers instead of git commit hashes. In this mode,
+ changes that haven't been committed to SVN (including local
+ working-copy edits) are shown as revision 0.
--
'find-rev'::