alloc: add repository argument to alloc_object_node
commit13e3fdcb767fe860953f8c27eb1985bd5d15674d
authorStefan Beller <sbeller@google.com>
Tue, 8 May 2018 19:37:31 +0000 (8 12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 May 2018 03:12:36 +0000 (9 12:12 +0900)
treede55d100524e0b3c447336c14ef0e286c941b951
parenta0bd9086bb66fa8cb84bd4fac6441699121e1327
alloc: add repository argument to alloc_object_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
cache.h
object.c