Skip to content

Commit

Permalink
documentation: update cvsimport description of "-r" for recent clone
Browse files Browse the repository at this point in the history
the "--use-separate-remote" option no longer exists, having since
become the default for a clone.

Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Carlo Marcelo Arenas Belon authored and Junio C Hamano committed Mar 26, 2009
1 parent 389d176 commit a8fac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-cvsimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ OPTIONS
-r <remote>::
The git remote to import this CVS repository into.
Moves all CVS branches into remotes/<remote>/<branch>
akin to the 'git-clone' "--use-separate-remote" option.
akin to the way 'git-clone' uses 'origin' by default.

-o <branch-for-HEAD>::
When no remote is specified (via -r) the 'HEAD' branch
Expand Down

0 comments on commit a8fac79

Please sign in to comment.