summaryrefslogtreecommitdiffstats
path: root/git-svn.html
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.html
parent6d76d61fb621d158ee26238e735e282e33fb1a81 (diff)
downloadgit-htmldocs-869bb80c07ac9d2a9d37d4ac3355bc4529752f53.tar.gz
Autogenerated HTML docs for v1.5.5.1-211-g65ea
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html25
1 files changed, 20 insertions, 5 deletions
diff --git a/git-svn.html b/git-svn.html
index 26d4d09ab..2db4ab83d 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -570,11 +570,26 @@ environment). This command has the same behaviour.</td>
</dt>
<dd>
<p>
- 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.
</p>
-<p>All arguments are passed directly to `git blame'.</p>
+<dl>
+<dt>
+--git-format
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+</dd>
+</dl>
</dd>
</dl>
<dl>
@@ -1105,7 +1120,7 @@ should be manually entered with a text-editor or using
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-May-2008 06:34:59 UTC
+Last updated 12-May-2008 00:29:22 UTC
</div>
</div>
</body>