[PATCH] Add merge detection to git-cvsimport
authorMartin Langhoff <martin@ng.eduforge.org>
Tue, 16 Aug 2005 10:35:27 +0000 (22:35 +1200)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 21:53:39 +0000 (14:53 -0700)
commitdb4b65821e65138177de9afbce70f141cc831224
tree01248c4c6921a83479bfa3b7bf11c272e036b9d1
parentda139813a7242f96e6926fd15881b9df94625132
[PATCH] Add merge detection to git-cvsimport

Added -m and -M flags for git-cvsimport to detect merge commits in cvs.
While this trusts the commit message, in repositories where merge commits
indicate 'merged from FOOBRANCH' the import works surprisingly well.

Even if some merges from CVS are bogus or incomplete, the resulting
branches are in better state to go forward (and merge) than without any
merge detection.

Signed-off-by: Martin Langhoff <martin.langhoff@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport-script.txt
git-cvsimport-script