@@ -62,16 +62,6 @@ COMMANDS
62
62
Set the 'useSvnsyncProps' option in the [svn-remote] config.
63
63
--rewrite-root=<URL>;;
64
64
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.
75
65
--username=<USER>;;
76
66
For transports that SVN handles authentication for (http,
77
67
https, and plain svn), specify the username. For other
@@ -140,6 +130,17 @@ Skip "branches" and "tags" of first level directories;;
140
130
------------------------------------------------------------------------
141
131
--
142
132
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
+
143
144
'clone'::
144
145
Runs 'init' and 'fetch'. It will automatically create a
145
146
directory based on the basename of the URL passed to it;
0 commit comments