summaryrefslogtreecommitdiff
path: root/t/t5100/msg0005
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>