@@ -145,17 +145,6 @@ Skip "branches" and "tags" of first level directories;;
145
145
------------------------------------------------------------------------
146
146
--
147
147
148
- --use-log-author;;
149
- When retrieving svn commits into git (as part of fetch, rebase, or
150
- dcommit operations), look for the first From: or Signed-off-by: line
151
- in the log message and use that as the author string.
152
- --add-author-from;;
153
- When committing to svn from git (as part of commit or dcommit
154
- operations), if the existing log message doesn't already have a
155
- From: or Signed-off-by: line, append a From: line based on the
156
- git commit's author string. If you use this, then --use-log-author
157
- will retrieve a valid author string for all commits.
158
-
159
148
'clone'::
160
149
Runs 'init' and 'fetch'. It will automatically create a
161
150
directory based on the basename of the URL passed to it;
@@ -572,6 +561,17 @@ repository that will be fetched from.
572
561
For 'branch' and 'tag', display the urls that will be used for copying when
573
562
creating the branch or tag.
574
563
564
+ --use-log-author::
565
+ When retrieving svn commits into git (as part of 'fetch', 'rebase', or
566
+ 'dcommit' operations), look for the first `From:` or `Signed-off-by:` line
567
+ in the log message and use that as the author string.
568
+ --add-author-from::
569
+ When committing to svn from git (as part of 'commit-diff', 'set-tree' or 'dcommit'
570
+ operations), if the existing log message doesn't already have a
571
+ `From:` or `Signed-off-by:` line, append a `From:` line based on the
572
+ git commit's author string. If you use this, then `--use-log-author`
573
+ will retrieve a valid author string for all commits.
574
+
575
575
576
576
ADVANCED OPTIONS
577
577
----------------
0 commit comments