On Wed, 2015-12-16 at 17:00 -0800, Jonathan Nieder wrote: > David Turner wrote: > > > --- a/Documentation/config.txt > > +++ b/Documentation/config.txt > > @@ -496,6 +496,13 @@ core.repositoryFormatVersion:: > > Internal variable identifying the repository format and > > layout > > version. > > > > +core.refsBackendType:: > > + Type of refs backend. Default is to use the original files > > + based backend. Set to 'lmdb' to activate the lmdb database > > + backend. If you use the lmdb backend, > > + core.repositoryFormatVersion must be set to 1, and > > + extensions.refBackend must be set to 'lmdb'. > > If core.refsBackendType names one backend and extensions.refBackend > names another, which wins? I've simplified this to just use extensions.refsBackendType for everything. Will re-roll once I finish getting comments on the rest of this series. -- 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