rerere: Fix removal of already resolved path.
commit3a2d3e8678a01e327c8e6c851ed6d2cfd3c21aaf
authorJunio C Hamano <junkio@cox.net>
Thu, 4 Jan 2007 08:06:50 +0000 (4 00:06 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 5 Jan 2007 06:28:46 +0000 (4 22:28 -0800)
tree1074afaacfb11469a3dbbb653cc433444f91b319
parente27e609bbf81271318d99f2643f378f3fde6c6c6
rerere: Fix removal of already resolved path.

There was an obvious thinko in memmove() to remove an entry that
was resolved from the in-core data structure.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-rerere.c