/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Provide git_config with a callback-data parameter
[git/git.git]
/
builtin-checkout.c
diff --git
a/builtin-checkout.c
b/builtin-checkout.c
index
10ec137
..
c077134
100644
(file)
--- a/
builtin-checkout.c
+++ b/
builtin-checkout.c
@@
-514,7
+514,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;