]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
sha1_file: add repository argument to map_sha1_file_1
authorStefan Beller <sbeller@google.com>
Fri, 23 Mar 2018 17:21:13 +0000 (18:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Mar 2018 17:05:55 +0000 (10:05 -0700)
commit332295d7e4292d78c92ac36e4c794ab634ab9399
tree7479587c09e19af7b72e01c7b613684a0f298803
parent2ba0bfd67f3a5b6b5e26436d899e7fd02b578bb6
sha1_file: add repository argument to map_sha1_file_1

Add a repository argument to allow the map_sha1_file_1 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 <sbeller@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c