From: Stefan Beller Date: Tue, 8 May 2018 19:37:28 +0000 (-0700) Subject: alloc: add repository argument to alloc_tree_node X-Git-Tag: v2.19.0-rc0~188^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf7203bdc65f11de89d27f52115cb98052c52ce8?ds=inline;hp=cf7203bdc65f11de89d27f52115cb98052c52ce8 alloc: add repository argument to alloc_tree_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 Signed-off-by: Junio C Hamano ---