Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge: setup `opts` later in `checkout_fast_forward()`
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 1289df4b1f9f395010e475073c2c5e5ce43976a7..5dfc24aa6dfd1222e350069eb7da862f86aac0bc 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-177,7
+177,7
@@
static int parse_submodule_params(struct diff_options *options, const char *valu
return 0;
}
-
static
int git_config_rename(const char *var, const char *value)
+int git_config_rename(const char *var, const char *value)
{
if (!value)
return DIFF_DETECT_RENAME;