Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0001-init.sh: change confusing directory name
[gitweb.git]
/
builtin-diff-files.c
diff --git
a/builtin-diff-files.c
b/builtin-diff-files.c
index 3aa031f24f83f6f1877d1aaf24bd834183713563..384d871263383e89c6f8f52b16e9e7e147426d1d 100644
(file)
--- a/
builtin-diff-files.c
+++ b/
builtin-diff-files.c
@@
-20,7
+20,7
@@
int cmd_diff_files(int argc, const char **argv, const char *prefix)
unsigned options = 0;
init_revisions(&rev, prefix);
- git_config(git_diff_basic_config); /* no "diff" UI options */
+ git_config(git_diff_basic_config
, NULL
); /* no "diff" UI options */
rev.abbrev = 0;
argc = setup_revisions(argc, argv, &rev, NULL);