t / t5100 / msg0005on commit Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}' (ea360dd)
   1The git-cvsimport-script had a copule of small bugs that prevented me
   2from importing a big CVS repository.
   3
   4The first was that it didn't handle removed files with a multi-digit
   5primary revision number.
   6
   7The second was that it was asking the CVS server for "F" messages,
   8although they were not handled.
   9
  10I also updated the documentation for that script to correspond to
  11actual flags.
  12
  13Signed-off-by: David Kågedal <davidk@lysator.liu.se>