Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes 1.5.6.5 updates
[gitweb.git]
/
builtin-merge-base.c
diff --git
a/builtin-merge-base.c
b/builtin-merge-base.c
index 0108e22adee8b4de922a2b00b514dd4d4cf23c55..bcf9395aafb475edd22459eaf05cf5e180ca9b8f 100644
(file)
--- a/
builtin-merge-base.c
+++ b/
builtin-merge-base.c
@@
-28,7
+28,7
@@
int cmd_merge_base(int argc, const char **argv, const char *prefix)
unsigned char rev1key[20], rev2key[20];
int show_all = 0;
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
while (1 < argc && argv[1][0] == '-') {
const char *arg = argv[1];