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]
/
hash-object.c
diff --git
a/hash-object.c
b/hash-object.c
index 61e7160b361f60e6d673ab64aa3d22c1a783d057..3d773900ff270114c21aa71f613f9fd69f79416a 100644
(file)
--- a/
hash-object.c
+++ b/
hash-object.c
@@
-43,7
+43,7
@@
int main(int argc, char **argv)
int no_more_flags = 0;
int hashstdin = 0;
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
for (i = 1 ; i < argc; i++) {
if (!no_more_flags && argv[i][0] == '-') {