Skip to content

Commit eb1f7e0

Browse files
ydirsongitster
authored andcommitted
git-svn.txt: fix fetch flags incorrectly documented as init flags.
Signed-off-by: Yann Dirson <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6c32a7a commit eb1f7e0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Documentation/git-svn.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)