Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
path-list documentation: document all functions and data structures
[gitweb.git]
/
builtin-diff-index.c
diff --git
a/builtin-diff-index.c
b/builtin-diff-index.c
index 0f2390a20a6a138388564cd5e0395aee0a48b59c..2f44ebfcdd86cde2347258dbeb1e5c4b9cab0622 100644
(file)
--- a/
builtin-diff-index.c
+++ b/
builtin-diff-index.c
@@
-17,7
+17,7
@@
int cmd_diff_index(int argc, const char **argv, const char *prefix)
int result;
init_revisions(&rev, prefix);
- git_config(git_d
efault_config
); /* no "diff" UI options */
+ git_config(git_d
iff_basic_config, NULL
); /* no "diff" UI options */
rev.abbrev = 0;
argc = setup_revisions(argc, argv, &rev, NULL);