On Wed, Aug 20, 2014 at 04:17:33PM -0700, Junio C Hamano wrote: > * hv/submodule-config (2014-06-30) 4 commits > (merged to 'next' on 2014-07-17 at 5e0ce45) > + do not die on error of parsing fetchrecursesubmodules option > + use new config API for worktree configurations of submodules > + extract functions for submodule config set and lookup > + implement submodule config cache for lookup of submodule names > > Will cook in 'next'. While using the config API for implementing my recursive fetch. I discovered a bug in my API here. In submodule_from_name() the lookup of the gitmodule sha1 is missing. So currently you would have to pass in the gitmodule sha1 instead of the commit sha1 as documented. I will extend the test and fix this. Cheers Heiko -- 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