diff options
Diffstat (limited to 'builtin/init-db.c')
| -rw-r--r-- | builtin/init-db.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/init-db.c b/builtin/init-db.c index 582dcf20f8..94bd607509 100644 --- a/builtin/init-db.c +++ b/builtin/init-db.c @@ -70,7 +70,10 @@ static const char *const init_db_usage[] = { * On the other hand, it might just make lookup slower and messier. You * be the judge. The default case is to have one DB per managed directory. */ -int cmd_init_db(int argc, const char **argv, const char *prefix) +int cmd_init_db(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { const char *git_dir; const char *real_git_dir = NULL; |
