Library function to check for unmerged index entries
commit94a5728cfb593d80164620f8fa7e1ef322ad0025
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 7 Feb 2008 16:40:13 +0000 (7 11:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Feb 2008 07:16:51 +0000 (9 23:16 -0800)
tree9bdc3b6efece60e4b72a90b3d5c75670dbf4deb8
parent922d87f92f79d76ee1d9027d4a0f8a0cf36d5340
Library function to check for unmerged index entries

It's small, but it was in three places already, so it should be in the
library.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
builtin-merge-recursive.c
builtin-reset.c
cache.h
read-cache.c