[PATCH] cvs2git.c: support incremental conversion
authorPanagiotis Issaris <takis@lumumba.luc.ac.be>
Fri, 17 Jun 2005 16:26:57 +0000 (18:26 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 19 Jun 2005 17:48:41 +0000 (10:48 -0700)
commit31b6d200d6c5ed019f62d88ef0926faeb0150aac
treebbf84c5b8f2fc52620d5cf59389a3307609bc581
parent44ab20cd884dcb3d2ef4cfbda4591dd2cd9bee79
[PATCH] cvs2git.c: support incremental conversion

Add -u option to indicate incremental conversion.

I wanted to be able to track CVS repositories in a GIT repository.  The
cvs2git program worked fine with the initial import but needed a tiny
modification to enable me to resync the GIT repository with the updated
CVS tree.

[ The original version of this patch failed to track the correct
  branch on the first new commit. Fixed and tested by Sven. ]

Signed-off-by: Panagiotis Issaris <takis@lumumba.luc.ac.be>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cvs2git.c