/
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-diff.c
diff --git
a/builtin-diff.c
b/builtin-diff.c
index
7c2a841
..
583291a
100644
(file)
--- a/
builtin-diff.c
+++ b/
builtin-diff.c
@@
-234,7
+234,7
@@
int cmd_diff(int argc, const char **argv, const char *prefix)
*/
prefix = setup_git_directory_gently(&nongit);
- git_config(git_diff_ui_config);
+ git_config(git_diff_ui_config
, NULL
);
if (diff_use_color_default == -1)
diff_use_color_default = git_use_color_default;