David Turner wrote:
On Wed, 2015-12-16 at 17:00 -0800, Jonathan Nieder wrote:
quoted
David Turner wrote:
quoted
quoted
+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.
Perfect. Thanks for the quick reply.
Jonathan