diff options
Diffstat (limited to 'builtin-diff-tree.c')
| -rw-r--r-- | builtin-diff-tree.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/builtin-diff-tree.c b/builtin-diff-tree.c index 832797ff3b..9d2a48fd68 100644 --- a/builtin-diff-tree.c +++ b/builtin-diff-tree.c @@ -68,7 +68,7 @@ int cmd_diff_tree(int argc, const char **argv, const char *prefix)  	int read_stdin = 0;  	init_revisions(opt, prefix); -	git_config(git_diff_basic_config); /* no "diff" UI options */ +	git_config(git_diff_basic_config, NULL); /* no "diff" UI options */  	nr_sha1 = 0;  	opt->abbrev = 0;  	opt->diff = 1; | 
