diff options
author | Stefan Beller <sbeller@google.com> | 2018-06-28 18:21:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-29 10:43:38 -0700 |
commit | 1ec5bfd24e57c8d40d3f7d911fb9b85723282a46 (patch) | |
tree | 9970da65f152e312829193145bbddecd846111f6 /builtin/ls-files.c | |
parent | object: add repository argument to lookup_object (diff) | |
download | tgif-1ec5bfd24e57c8d40d3f7d911fb9b85723282a46.tar.xz |
object: add repository argument to parse_object_buffer
Add a repository argument to allow the callers of parse_object_buffer
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: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/ls-files.c')
0 files changed, 0 insertions, 0 deletions