Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: add documentation for --add-author-from option.
author
Avery Pennarun
<apenwarr@versabanq.com>
Wed, 16 Apr 2008 01:04:18 +0000
(21:04 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 May 2008 00:42:29 +0000
(17:42 -0700)
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
6aa9ba1
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index 4ad567a30958530b0ad1c56fb01dbaac31810503..acd77eb3b2dd188d48f4961c59be82b287470c77 100644
(file)
--- 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.
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
--username=<USER>;;
For transports that SVN handles authentication for (http,
https, and plain svn), specify the username. For other