]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
sha1_file: add repository argument to sha1_file_name
authorStefan Beller <sbeller@google.com>
Fri, 23 Mar 2018 17:21:10 +0000 (18:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Mar 2018 17:05:55 +0000 (10:05 -0700)
commitcf78ae4f3dcd1cf509a053023cc048f34f72140e
treee5d837799ab85a301a0a84dd226269eb0c09581f
parent13068bf0a04c4c3cfc177f1aabc61037e319d595
sha1_file: add repository argument to sha1_file_name

Add a repository argument to allow sha1_file_name callers to be more
specific about which repository to handle. 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.

While at it, move the declaration to object-store.h, where it should
be easier to find.

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>
cache.h
http-walker.c
http.c
object-store.h
sha1_file.c