Skip to content

Commit 0da3e1d

Browse files
ydirsongitster
authored andcommitted
git-svn.txt: fix description of fetch flags accepted by clone.
Signed-off-by: Yann Dirson <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent eb1f7e0 commit 0da3e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-svn.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ Skip "branches" and "tags" of first level directories;;
147147
or if a second argument is passed; it will create a directory
148148
and work within that. It accepts all arguments that the
149149
'init' and 'fetch' commands accept; with the exception of
150-
'--fetch-all'. After a repository is cloned, the 'fetch'
151-
command will be able to update revisions without affecting
152-
the working tree; and the 'rebase' command will be able
153-
to update the working tree with the latest changes.
150+
'--fetch-all' and '--parent'. After a repository is cloned,
151+
the 'fetch' command will be able to update revisions without
152+
affecting the working tree; and the 'rebase' command will be
153+
able to update the working tree with the latest changes.
154154

155155
'rebase'::
156156
This fetches revisions from the SVN parent of the current HEAD

0 commit comments

Comments
 (0)