Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: ssh-pull.o depends on ssh-fetch.c
[gitweb.git]
/
builtin-diff-files.c
diff --git
a/builtin-diff-files.c
b/builtin-diff-files.c
index a655eea91ed5ac38af578e47fe6747a1b6fb968c..2e10118623e773253d57719fdba853e6fde4f776 100644
(file)
--- a/
builtin-diff-files.c
+++ b/
builtin-diff-files.c
@@
-18,8
+18,8
@@
int cmd_diff_files(int argc, const char **argv, char **envp)
struct rev_info rev;
int silent = 0;
- git_config(git_diff_config);
init_revisions(&rev);
+ git_config(git_default_config); /* no "diff" UI options */
rev.abbrev = 0;
argc = setup_revisions(argc, argv, &rev, NULL);