Welcome to mirror list, hosted at ThFree Co, Russian Federation.

msg0005 « t5100 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd94cd7b9f52247fd33a891e4fdd9b715c7f59b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The git-cvsimport-script had a copule of small bugs that prevented me
from importing a big CVS repository.

The first was that it didn't handle removed files with a multi-digit
primary revision number.

The second was that it was asking the CVS server for "F" messages,
although they were not handled.

I also updated the documentation for that script to correspond to
actual flags.

Signed-off-by: David Kågedal <davidk@lysator.liu.se>