From: Avery Pennarun Date: Wed, 16 Apr 2008 01:04:16 +0000 (-0400) Subject: git-svn: add documentation for --use-log-author option. X-Git-Tag: v1.5.6-rc0~10^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/de451dff15a3404e1c7025ebf72c70e624cf2f5c?ds=sidebyside git-svn: add documentation for --use-log-author option. Signed-off-by: Avery Pennarun Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index bec9accc89..4ad567a309 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=;; 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=;; For transports that SVN handles authentication for (http, https, and plain svn), specify the username. For other