From: Panagiotis Issaris Date: Fri, 17 Jun 2005 16:26:57 +0000 (+0200) Subject: [PATCH] cvs2git.c: support incremental conversion X-Git-Tag: v0.99~246 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/31b6d200d6c5ed019f62d88ef0926faeb0150aac?hp=31b6d200d6c5ed019f62d88ef0926faeb0150aac [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 Signed-off-by: Sven Verdoolaege Signed-off-by: Linus Torvalds ---