Skip to content

Commit ea9a93d

Browse files
Eric Wonggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Eric Wong <[email protected]>
1 parent a0f5a0c commit ea9a93d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/git-svn.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,13 +664,19 @@ creating the branch or tag.
664664
When retrieving svn commits into Git (as part of 'fetch', 'rebase', or
665665
'dcommit' operations), look for the first `From:` or `Signed-off-by:` line
666666
in the log message and use that as the author string.
667+
+
668+
[verse]
669+
config key: svn.useLogAuthor
670+
667671
--add-author-from::
668672
When committing to svn from Git (as part of 'commit-diff', 'set-tree' or 'dcommit'
669673
operations), if the existing log message doesn't already have a
670674
`From:` or `Signed-off-by:` line, append a `From:` line based on the
671675
Git commit's author string. If you use this, then `--use-log-author`
672676
will retrieve a valid author string for all commits.
673-
677+
+
678+
[verse]
679+
config key: svn.addAuthorFrom
674680

675681
ADVANCED OPTIONS
676682
----------------

0 commit comments

Comments
 (0)