diff options
author | Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> | 2009-03-26 00:08:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-26 00:24:26 -0700 |
commit | a8fac795ddaa004835fc688560cf19ca5500ce8d (patch) | |
tree | 8ec010ff4f1e58eb9573d66c1cb79c0c0a66574c /Documentation/git-cvsimport.txt | |
parent | 389d17677187f5e996022b7b8e0faf800608cb3a (diff) | |
download | git-a8fac795ddaa004835fc688560cf19ca5500ce8d.tar.gz git-a8fac795ddaa004835fc688560cf19ca5500ce8d.tar.xz |
documentation: update cvsimport description of "-r" for recent clone
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>
Diffstat (limited to 'Documentation/git-cvsimport.txt')
-rw-r--r-- | Documentation/git-cvsimport.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt index b7a8c10b8..8f9ba74c8 100644 --- a/Documentation/git-cvsimport.txt +++ b/Documentation/git-cvsimport.txt @@ -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 |