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?

Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to