Add a repository argument to allow callers of is_repository_shallow
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
Signed-off-by: Stefan Beller
---
builtin/fetch.c| 2 +-
builtin/pack-objects.c | 4 ++--
builtin/prune.c| 2 +-
builtin/rev-parse.c| 3 ++-
commit.c | 2 +-
commit.h | 3 ++-
fetch-pack.c | 4 ++--
send-pack.c| 6 +++---
shallo
2 matches
Mail list logo