| author | Junio C Hamano <gitster@pobox.com> | |
| Sun, 15 May 2011 19:54:50 +0000 (12:54 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sun, 15 May 2011 22:23:31 +0000 (15:23 -0700) | ||
| commit | fea33a1ef37a5891ebd1fcf6018849150e7b91cb | |
| tree | e9c355fd5d93b3977be742c201b21797d033b855 | tree | snapshot |
| parent | 4e3aa87d13b339fa678cd3cb7f23664d3a48fb21 | commit | diff |
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>
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 | diff | blob | history | |
| commit.h | diff | blob | history |