Merge branch 'jk/mailmap-from-blob'
authorJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 07:41:42 +0000 (23:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jan 2013 07:41:42 +0000 (23:41 -0800)
Allow us to read, and default to read, mailmap files from the tip
of the history in bare repositories.  This will help running tools
like shortlog in server settings.

* jk/mailmap-from-blob:
  mailmap: default mailmap.blob in bare repositories
  mailmap: fix some documentation loose-ends for mailmap.blob
  mailmap: clean up read_mailmap error handling
  mailmap: support reading mailmap from blobs
  mailmap: refactor mailmap parsing for non-file sources

1  2 
Documentation/config.txt
Documentation/mailmap.txt
cache.h

Simple merge
Simple merge
diff --cc cache.h
Simple merge