sha1_file: add repository argument to sha1_loose_object_info
authorStefan Beller <redacted>
Fri, 23 Mar 2018 17:21:15 +0000 (18:21 +0100)
committerJunio C Hamano <redacted>
Mon, 26 Mar 2018 17:05:55 +0000 (10:05 -0700)
commite977fc7469d0524b31eea22431b7c6ef6616741f
tree456378ff35868c638bc01046e2818c52beb5ca8f
parente35454fa622dc5978100ad0aa5fa85dc02aa6a43
sha1_file: add repository argument to sha1_loose_object_info

Add a repository argument to allow the sha1_loose_object_info caller
to be more specific about which repository to act on. This is a small
mechanical change; it doesn't change the implementation to handle
repositories other than the_repository yet.

As with the previous commits, use a macro to catch callers passing a
repository other than the_repository at compile time.

Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
sha1_file.c
git clone https://git.99rst.org/PROJECT