summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-13 17:13:57 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-13 17:13:57 -0800
commitb53e588452bf69a47cbaf4c0a9248af9256e65ee (patch)
tree45b3b48b9d432aeb478dbb278d84deefdaa80cbd /git-svn.txt
parentab0ba9af18d551cca347b636b1f86b09d7971ec9 (diff)
downloadgit-htmldocs-b53e588452bf69a47cbaf4c0a9248af9256e65ee.tar.gz
Autogenerated HTML docs for v2.11.0-28-gde2ef
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 5f9e65b0c..9bee9b0c4 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -664,13 +664,19 @@ creating the branch or tag.
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.
++
+[verse]
+config key: svn.useLogAuthor
+
--add-author-from::
When committing to svn from Git (as part of 'commit-diff', 'set-tree' 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.
-
++
+[verse]
+config key: svn.addAuthorFrom
ADVANCED OPTIONS
----------------