@@ -145,17 +145,6 @@ Skip "branches" and "tags" of first level directories;;
145145------------------------------------------------------------------------
146146--
147147
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-
159148'clone'::
160149 Runs 'init' and 'fetch'. It will automatically create a
161150 directory based on the basename of the URL passed to it;
@@ -572,6 +561,17 @@ repository that will be fetched from.
572561For 'branch' and 'tag', display the urls that will be used for copying when
573562creating the branch or tag.
574563
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+
575575
576576ADVANCED OPTIONS
577577----------------
0 commit comments