Am 25.10.2010 14:44, schrieb Jakub Narebski: > 1. Without checking for CONFIGURATION sections, we have what are > probably false positives from gitmodules.txt: > > submodule.<name>.path:: > submodule.<name>.url:: > submodule.<name>.update:: > submodule.<name>.ignore:: > > I say *probably* because while gitmodules manpage describes those > variables as going into .gitmodules, if I understand it correctly > those variables can got to .git/config as an override. AFAICS only 'path' won't show up in .git/config. 'url' and 'update' are copied into .git/config by "git submodule init", 'ignore' might be added by a developer to override the setting from .gitmodules. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html