Hi,
On Mon, 12 Feb 2007, Richard W.M. Jones wrote:
quoted hunk
From: Richard Jones <redacted>
---
Documentation/git-cvsimport.txt | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index f5450de..7b43ed4 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -138,6 +138,12 @@ If '-v' is specified, the script reports what it is doing.
Otherwise, success is indicated the Unix way, i.e. by simply exiting with
a zero exit status.
+NOTES
+-----
+If importing for the first time into a directory (-C option),
+after the import do 'git checkout -f master' in the new
+directory.
+
Author
------
--
1.4.4.2
AFAICT this is no longer necessary in 1.5.0.
Ciao,
Dscho