Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Ignore no-op changes in paranoid update hook
[gitweb.git]
/
builtin-cat-file.c
diff --git
a/builtin-cat-file.c
b/builtin-cat-file.c
index 5ef15a4fa9eac952db105376ec6a10b706b3cbb2..200345e7fbd54d86fb1e4db228244b7a7a221562 100644
(file)
--- a/
builtin-cat-file.c
+++ b/
builtin-cat-file.c
@@
-222,7
+222,7
@@
int cmd_cat_file(int argc, const char **argv, const char *prefix)
OPT_END()
};
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
if (argc != 3 && argc != 2)
usage_with_options(cat_file_usage, options);