diff options
author | Avery Pennarun <apenwarr@versabanq.com> | 2008-04-15 21:04:18 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-04 17:42:29 -0700 |
commit | 9e72732e4b4f93ee74ed794abdd381dddb3f280e (patch) | |
tree | 80a8bf458d0885738482703c79ebb23efb23a95c /Documentation/git-svn.txt | |
parent | 6aa9ba14a0259d86eec2077308358caf891c162a (diff) | |
download | git-9e72732e4b4f93ee74ed794abdd381dddb3f280e.tar.gz |
git-svn: add documentation for --add-author-from option.
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 4ad567a309..acd77eb3b2 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -65,6 +65,12 @@ COMMANDS 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. +--add-author-from;; + 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. --username=<USER>;; For transports that SVN handles authentication for (http, https, and plain svn), specify the username. For other |