mailmap: support reading mailmap from blobs
commit086109006f695166daf2934417a20681b0c94ab8
authorJeff King <peff@peff.net>
Wed, 12 Dec 2012 11:04:04 +0000 (12 06:04 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Dec 2012 19:12:35 +0000 (12 11:12 -0800)
treed249ca71b8fa4caf806790de5853bf2dd3df2138
parent7c8ce308d383ce6888f69e39f0d32322600c2cc2
mailmap: support reading mailmap from blobs

In a bare repository, there isn't a simple way to respect an
in-tree mailmap without extracting it to a temporary file.
This patch provides a config variable, similar to
mailmap.file, which reads the mailmap from a blob in the
repository.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
cache.h
config.c
mailmap.c
t/t4203-mailmap.sh