summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-07-09 23:47:39 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-07-09 23:47:39 -0700
commitfc93dbbfc91d5214b03101e057ba16f329763ef9 (patch)
tree92f316a91500a941941fba6e97b00c1d00151080 /diff.h
parentMerge branch 'ew/svn' (diff)
parenttemplates/hooks--update: replace diffstat calls with git diff --stat (diff)
downloadtgif-fc93dbbfc91d5214b03101e057ba16f329763ef9.tar.xz
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 'diff.h')
-rw-r--r--diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index 8ab0448a12..a06f959938 100644
--- a/diff.h
+++ b/diff.h
@@ -123,7 +123,7 @@ extern int diff_scoreopt_parse(const char *opt);
#define DIFF_SETUP_USE_CACHE 2
#define DIFF_SETUP_USE_SIZE_CACHE 4
-extern int git_diff_config(const char *var, const char *value);
+extern int git_diff_ui_config(const char *var, const char *value);
extern void diff_setup(struct diff_options *);
extern int diff_opt_parse(struct diff_options *, const char **, int);
extern int diff_setup_done(struct diff_options *);