diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-26 00:29:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-26 00:29:05 -0700 |
commit | eed1fcd76d8893ab687c700e1729faea025ba7a8 (patch) | |
tree | f21a08093d584cf316b77c0a646a505ba1431a2d | |
parent | Merge branch 'db/push-cleanup' (diff) | |
parent | documentation: update cvsimport description of "-r" for recent clone (diff) | |
download | tgif-eed1fcd76d8893ab687c700e1729faea025ba7a8.tar.xz |
Merge branch 'maint'
* maint:
documentation: update cvsimport description of "-r" for recent clone
-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 31237259e4..e1fd047bb5 100644 --- a/Documentation/git-cvsimport.txt +++ b/Documentation/git-cvsimport.txt @@ -65,7 +65,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 |