diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-07-09 23:47:39 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-07-09 23:47:39 -0700 |
| commit | fc93dbbfc91d5214b03101e057ba16f329763ef9 (patch) | |
| tree | 92f316a91500a941941fba6e97b00c1d00151080 /builtin-diff-index.c | |
| parent | e6ff54a261d72dd43c0755bae09a4970ec2620a1 (diff) | |
| parent | 3a895e0268537da731f5efe914ece5e7eac35ef3 (diff) | |
| download | git-fc93dbbfc91d5214b03101e057ba16f329763ef9.tar.gz | |
Merge branch 'ew/diff'
* ew/diff:
templates/hooks--update: replace diffstat calls with git diff --stat
diff: do not use configuration magic at the core-level
Update diff-options and config documentation.
diff.c: --no-color to defeat diff.color configuration.
diff.c: respect diff.renames config option
Diffstat (limited to 'builtin-diff-index.c')
| -rw-r--r-- | builtin-diff-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-diff-index.c b/builtin-diff-index.c index b37c9e8ccb..a1fa1b85cf 100644 --- a/builtin-diff-index.c +++ b/builtin-diff-index.c @@ -15,7 +15,7 @@ int cmd_diff_index(int argc, const char **argv, char **envp) int cached = 0; int i; - git_config(git_diff_config); + git_config(git_default_config); /* no "diff" UI options */ init_revisions(&rev); rev.abbrev = 0; |
