swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: 833e48259e23aea76f3765d28d1b2200332301f7 authored by Junio C Hamano on 04 January 2016, 22:06:00 UTC
Git 2.6.5
Tip revision: 833e482
msg0005
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>
back to top