alloc: add repository argument to alloc_commit_node
commit8ba0e5ec57e4a7da18f735416e3028a9a8b8b1ad
authorStefan Beller <sbeller@google.com>
Tue, 8 May 2018 19:37:29 +0000 (8 12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 May 2018 03:12:36 +0000 (9 12:12 +0900)
tree6e343819a076f770132959954808f896182755b2
parentcf7203bdc65f11de89d27f52115cb98052c52ce8
alloc: add repository argument to alloc_commit_node

This is a small mechanical change; it doesn't change the
implementation to handle repositories other than the_repository yet.
Use a macro to catch callers passing a repository other than
the_repository at compile time.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
alloc.c
blame.c
cache.h
commit.c
merge-recursive.c