summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-26 01:16:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-26 01:16:14 +0000
commitdfccbb0719b88f4df05bf718c6008166dbadea44 (patch)
treeddd5483c51044cab7a070039655f0b4074b1dfe6 /git-svn.html
parentb713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7 (diff)
downloadgit-htmldocs-dfccbb0719b88f4df05bf718c6008166dbadea44.tar.gz
Autogenerated HTML docs for v1.5.6-rc0
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index 6cebaf7ee..71edb35ec 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -373,6 +373,28 @@ branches, tags directories).</p>
</p>
</dd>
<dt>
+--use-log-author
+</dt>
+<dd>
+<p>
+ When retrieving svn commits into git (as part of fetch, rebase, or
+ dcommit operations), look for the first From: or Signed-off-by: line
+ in the log message and use that as the author string.
+</p>
+</dd>
+<dt>
+--add-author-from
+</dt>
+<dd>
+<p>
+ When committing to svn from git (as part of commit or dcommit
+ operations), if the existing log message doesn't already have a
+ From: or Signed-off-by: line, append a From: line based on the
+ git commit's author string. If you use this, then --use-log-author
+ will retrieve a valid author string for all commits.
+</p>
+</dd>
+<dt>
--username=&lt;USER&gt;
</dt>
<dd>
@@ -1149,7 +1171,7 @@ should be manually entered with a text-editor or using
</div>
<div id="footer">
<div id="footer-text">
-Last updated 22-May-2008 00:52:47 UTC
+Last updated 26-May-2008 01:14:49 UTC
</div>
</div>
</body>