summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-08-18 22:15:35 +0000
committerJunio C Hamano <junio@kernel.org>2010-08-18 22:15:35 +0000
commit619596afe5769620cfbaca941f701a3fa106e6e5 (patch)
treea0065a9102205adf638a7ff9e35bb50ce049dcd0 /git-cvsimport.txt
parentb5a296fa6d8cd1a703ce2eb6232e0bbc654bd2a2 (diff)
downloadgit-htmldocs-619596afe5769620cfbaca941f701a3fa106e6e5.tar.gz
Autogenerated HTML docs for v1.7.2.1-158-gbd3a97
Diffstat (limited to 'git-cvsimport.txt')
-rw-r--r--git-cvsimport.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-cvsimport.txt b/git-cvsimport.txt
index 8bcd875a6..608cd63fc 100644
--- a/git-cvsimport.txt
+++ b/git-cvsimport.txt
@@ -188,7 +188,7 @@ ISSUES
------
Problems related to timestamps:
- * If timestamps of commits in the cvs repository are not stable enough
+ * If timestamps of commits in the CVS repository are not stable enough
to be used for ordering commits changes may show up in the wrong
order.
* If any files were ever "cvs import"ed more than once (e.g., import of
@@ -201,7 +201,7 @@ Problems related to branches:
* Branches on which no commits have been made are not imported.
* All files from the branching point are added to a branch even if
- never added in cvs.
+ never added in CVS.
* This applies to files added to the source branch *after* a daughter
branch was created: if previously no commit was made on the daughter
branch they will erroneously be added to the daughter branch in git.