mailmap: default mailmap.blob in bare repositories
[gitweb.git] / Documentation / config.txt
index bf8f911e1ffe7820a8e903ec669c690d39612150..1a3c554dbfbb35901855f3b8e6410c3d4154a262 100644 (file)
@@ -1517,6 +1517,14 @@ mailmap.file::
        subdirectory, or somewhere outside of the repository itself.
        See linkgit:git-shortlog[1] and linkgit:git-blame[1].
 
+mailmap.blob::
+       Like `mailmap.file`, but consider the value as a reference to a
+       blob in the repository. If both `mailmap.file` and
+       `mailmap.blob` are given, both are parsed, with entries from
+       `mailmap.file` taking precedence. In a bare repository, this
+       defaults to `HEAD:.mailmap`. In a non-bare repository, it
+       defaults to empty.
+
 man.viewer::
        Specify the programs that may be used to display help in the
        'man' format. See linkgit:git-help[1].