diff options
author | Avery Pennarun <apenwarr@versabanq.com> | 2008-04-15 21:04:16 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-04 17:42:29 -0700 |
commit | de451dff15a3404e1c7025ebf72c70e624cf2f5c (patch) | |
tree | bc1e17b057103cd4951e79333808c2230bbefbb9 /Documentation/git-svn.txt | |
parent | c697ad143ba1ff58b29e7efe149d244d4b7010a5 (diff) | |
download | git-de451dff15a3404e1c7025ebf72c70e624cf2f5c.tar.gz git-de451dff15a3404e1c7025ebf72c70e624cf2f5c.tar.xz |
git-svn: add documentation for --use-log-author 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index bec9accc8..4ad567a30 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -61,6 +61,10 @@ COMMANDS Set the 'useSvnsyncProps' option in the [svn-remote] config. --rewrite-root=<URL>;; Set the 'rewriteRoot' option in the [svn-remote] config. +--use-log-author;; + 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. --username=<USER>;; For transports that SVN handles authentication for (http, https, and plain svn), specify the username. For other |