git-svn: document useLogAuthor and addAuthorFrom config keys
We've always supported these config keys in git-svn, so document them so users won't have to respecify them on every invocation. Reported-by: Juergen Kosel <juergen.kosel@gmx.de> Signed-off-by: Eric Wong <e@80x24.org>
Eric Wong committed
Dec 11, 2016 at 00:06 UTC
ea9a93dcc2136b94f66991c9630f9f098e481f49
1 file changed
+7
-1
Documentation/git-svn.txt
+7
-1
@@ -664,13 +664,19 @@ creating the branch or tag.
664
When retrieving svn commits into Git (as part of 'fetch', 'rebase', or
665
'dcommit' operations), look for the first `From:` or `Signed-off-by:` line
666
in the log message and use that as the author string.
667
++
668
+[verse]
669
+config key: svn.useLogAuthor
670
+
671
--add-author-from::
672
When committing to svn from Git (as part of 'commit-diff', 'set-tree' or 'dcommit'
673
operations), if the existing log message doesn't already have a
674
`From:` or `Signed-off-by:` line, append a `From:` line based on the
675
Git commit's author string. If you use this, then `--use-log-author`
676
will retrieve a valid author string for all commits.
673
-
677
++
678
+[verse]
679
+config key: svn.addAuthorFrom
680
681
ADVANCED OPTIONS
682
----------------