Declare lookup_replace_object() in cache.h, not in commit.h
commitfea33a1ef37a5891ebd1fcf6018849150e7b91cb
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 19:54:50 +0000 (15 12:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 22:23:31 +0000 (15 15:23 -0700)
treee9c355fd5d93b3977be742c201b21797d033b855
parent4e3aa87d13b339fa678cd3cb7f23664d3a48fb21
Declare lookup_replace_object() in cache.h, not in commit.h

The declaration is misplaced as the replace API is supposed to affect
not just commits, but all types of objects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
commit.h