]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
merge-recursive: Move delete/modify handling into dedicated function
authorElijah Newren <newren@gmail.com>
Mon, 20 Sep 2010 08:28:51 +0000 (02:28 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Sep 2010 00:32:38 +0000 (17:32 -0700)
commit5e3ce663b03bf14443ef8b4c60b407664f97040b
treea6139d700026f094ae73126fad0046639d44a84d
parent6ef2cb008f132e4649ef925a8e1950d3138054d5
merge-recursive: Move delete/modify handling into dedicated function

This move is in preparation for the function being called from multiple
places in order to handle D/F conflicts.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c