X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-init-db.c;h=52473edf569e4d318a74548acefaf4023f37c87c;hb=0881d2d1303a067a02e3811d43a1aed04a47945e;hp=7fdd2fa9f9f7fb2801c6e1fc398f78b414a269e1;hpb=94df2506edd76a886a1044376f8c99349b2f226e;p=git.git diff --git a/builtin-init-db.c b/builtin-init-db.c index 7fdd2fa9f..52473edf5 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -250,7 +250,7 @@ static const char 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, char **envp) +int cmd_init_db(int argc, const char **argv, const char *prefix) { const char *git_dir; const char *sha1_dir;