summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-22 06:52:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-22 07:00:50 (GMT)
commit9ce392f4826558357af2b2c7eb6ad876fdb53a91 (patch)
tree1fc0cafecbccad13a1252e45d0039fb85026cc65 /diff.h
parent07f92477227e2a1770dfbb6318caedc4f091f6c1 (diff)
downloadgit-9ce392f4826558357af2b2c7eb6ad876fdb53a91.zip
git-9ce392f4826558357af2b2c7eb6ad876fdb53a91.tar.gz
git-9ce392f4826558357af2b2c7eb6ad876fdb53a91.tar.bz2
Move diff.renamelimit out of default configuration.
Otherwise we would end up linking all the unneeded stuff into git-daemon only to link with git_default_config. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index 9b2e1e6..32b4780 100644
--- a/diff.h
+++ b/diff.h
@@ -77,6 +77,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 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 *);