Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix update-hook-example to work with packed tag references
[gitweb.git]
/
builtin-verify-pack.c
diff --git
a/builtin-verify-pack.c
b/builtin-verify-pack.c
index 4958bbbf11f5f796feedfa7480b827029f912d01..4c515a0570ec2b05e5dca8156d885a70b922251e 100644
(file)
--- a/
builtin-verify-pack.c
+++ b/
builtin-verify-pack.c
@@
-55,7
+55,7
@@
int cmd_verify_pack(int argc, const char **argv, const char *prefix)
int no_more_options = 0;
int nothing_done = 1;
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
while (1 < argc) {
if (!no_more_options && argv[1][0] == '-') {
if (!strcmp("-v", argv[1]))