@@ -62,16 +62,6 @@ COMMANDS
6262 Set the 'useSvnsyncProps' option in the [svn-remote] config.
6363--rewrite-root=<URL>;;
6464 Set the 'rewriteRoot' option in the [svn-remote] config.
65- --use-log-author;;
66- When retrieving svn commits into git (as part of fetch, rebase, or
67- dcommit operations), look for the first From: or Signed-off-by: line
68- in the log message and use that as the author string.
69- --add-author-from;;
70- When committing to svn from git (as part of commit or dcommit
71- operations), if the existing log message doesn't already have a
72- From: or Signed-off-by: line, append a From: line based on the
73- git commit's author string. If you use this, then --use-log-author
74- will retrieve a valid author string for all commits.
7565--username=<USER>;;
7666 For transports that SVN handles authentication for (http,
7767 https, and plain svn), specify the username. For other
@@ -140,6 +130,17 @@ Skip "branches" and "tags" of first level directories;;
140130------------------------------------------------------------------------
141131--
142132
133+ --use-log-author;;
134+ When retrieving svn commits into git (as part of fetch, rebase, or
135+ dcommit operations), look for the first From: or Signed-off-by: line
136+ in the log message and use that as the author string.
137+ --add-author-from;;
138+ When committing to svn from git (as part of commit or dcommit
139+ operations), if the existing log message doesn't already have a
140+ From: or Signed-off-by: line, append a From: line based on the
141+ git commit's author string. If you use this, then --use-log-author
142+ will retrieve a valid author string for all commits.
143+
143144'clone'::
144145 Runs 'init' and 'fetch'. It will automatically create a
145146 directory based on the basename of the URL passed to it;
0 commit comments