Move old index entry removal from "unpack_trees()" into the individual functions
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Aug 2007 19:15:54 +0000 (12:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Aug 2007 20:59:19 +0000 (13:59 -0700)
This makes no changes to current code, but it allows the individual merge
functions to decide what to do about the old entry. They might decide to
update it in place, rather than force them to always delete and re-add it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found