Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Provide git_config with a callback-data parameter
[gitweb.git]
/
builtin-cat-file.c
diff --git
a/builtin-cat-file.c
b/builtin-cat-file.c
index f132d583d3e2a2ac0fe696b66723c846902d0a19..b488fad431d10a1e93f02cdcf075109430c96390 100644
(file)
--- a/
builtin-cat-file.c
+++ b/
builtin-cat-file.c
@@
-85,7
+85,7
@@
int cmd_cat_file(int argc, const char **argv, const char *prefix)
int opt;
const char *exp_type, *obj_name;
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
if (argc != 3)
usage("git-cat-file [-t|-s|-e|-p|<type>] <sha1>");
exp_type = argv[1];