Merge branch 'es/contacts'
commit4274cdf44a6f4929cdcec68b788d9a6991795ff4
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:22:57 +0000 (24 19:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:22:58 +0000 (24 19:22 -0700)
tree1e86fd2964ba09fcfdc8b877db2cbc287734fd61
parentf01723aaa1dc6ab676073d27b8d471e29abae208
parentacb01a359bc2fe3f1ddfb1eb9daa60b8c83e5153
Merge branch 'es/contacts'

A helper to read from a set of format-patch output files or a range
of commits and find those who may have insights to the code that
the changes touch by running a series of "git blame" commands.

* es/contacts:
  contrib: contacts: add documentation
  contrib: contacts: add mailmap support
  contrib: contacts: interpret committish akin to format-patch
  contrib: contacts: add ability to parse from committish
  contrib: add git-contacts helper