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>
This commit is contained in:
@ -180,7 +180,7 @@ int main(int argc, const char **argv)
|
||||
int allow_options = 1;
|
||||
int i;
|
||||
|
||||
git_config(git_default_config);
|
||||
git_config(git_diff_config);
|
||||
diff_setup(&diff_options);
|
||||
for (i = 1; i < argc; i++) {
|
||||
const char *arg = argv[i];
|
||||
|
Reference in New Issue
Block a user