diff options
Diffstat (limited to 'builtin/pack-refs.c')
| -rw-r--r-- | builtin/pack-refs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/pack-refs.c b/builtin/pack-refs.c index db40825666..67dabb3975 100644 --- a/builtin/pack-refs.c +++ b/builtin/pack-refs.c @@ -11,7 +11,10 @@ static char const * const pack_refs_usage[] = { NULL }; -int cmd_pack_refs(int argc, const char **argv, const char *prefix) +int cmd_pack_refs(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { struct ref_exclusions excludes = REF_EXCLUSIONS_INIT; struct string_list included_refs = STRING_LIST_INIT_NODUP; |
