mailmap: support reading mailmap from blobs
authorJeff King <peff@peff.net>
Wed, 12 Dec 2012 11:04:04 +0000 (06:04 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Dec 2012 19:12:35 +0000 (11:12 -0800)
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>
No differences found