diff options
author | Yann Dirson <ydirson@altern.org> | 2009-07-07 22:22:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-08 10:42:27 -0700 |
commit | 0da3e1d21f931aef887ff30b2ebf171e3f343ff7 (patch) | |
tree | 21f6028c9d369ecb1de3b2a98493ab8132e5a09e /Documentation/git-svn.txt | |
parent | eb1f7e0dc0b606bba2af0ec61d4d307f975c83ef (diff) | |
download | git-0da3e1d21f931aef887ff30b2ebf171e3f343ff7.tar.gz |
git-svn.txt: fix description of fetch flags accepted by clone.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 1e8242b212..10af599b44 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -147,10 +147,10 @@ Skip "branches" and "tags" of first level directories;; or if a second argument is passed; it will create a directory and work within that. It accepts all arguments that the 'init' and 'fetch' commands accept; with the exception of - '--fetch-all'. After a repository is cloned, the 'fetch' - command will be able to update revisions without affecting - the working tree; and the 'rebase' command will be able - to update the working tree with the latest changes. + '--fetch-all' and '--parent'. After a repository is cloned, + the 'fetch' command will be able to update revisions without + affecting the working tree; and the 'rebase' command will be + able to update the working tree with the latest changes. 'rebase':: This fetches revisions from the SVN parent of the current HEAD |