Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes for 1.5.6
[gitweb.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index 68fffd28cb636d115ed4491b55ce3b87d0b97109..1ea017f5f70f2255fb937866e9913a06399ce517 100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-516,7
+516,7
@@
int cmd_checkout(int argc, const char **argv, const char *prefix)
memset(&opts, 0, sizeof(opts));
memset(&new, 0, sizeof(new));
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
opts.track = git_branch_track;