Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack-trees: improve loading of .gitmodules
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 85e714f6c68d24e11228b69d2511c49811c979b4..e43519b8852492a034bc3b87e8374c99fb7c252b 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-346,9
+346,6
@@
int git_diff_basic_config(const char *var, const char *value, void *cb)
return 0;
}
- if (starts_with(var, "submodule."))
- return parse_submodule_config_option(var, value);
-
if (git_diff_heuristic_config(var, value, cb) < 0)
return -1;