maint: generate much of the THANKS file
authorJim Meyering <meyering@redhat.com>
Mon, 17 Nov 2008 11:05:27 +0000 (12:05 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Jan 2011 09:56:49 +0000 (10:56 +0100)
commit9a008a9e24166375cf512457155d38c760c89258
tree5ca152b2e230f1829ebaa569ad694d580d78f7b8
parent6b3f52e94f88267abd918afe2204ac19f78a7093
maint: generate much of the THANKS file

Before this change, we had a tendency to manually list each
contributor's name in THANKS.  Now, each commit "Author" is
included in the generated THANKS file automatically, and most
of the old THANKS file is now a template, THANKS.in.
We'll still have to manually list the names of people who report
problems without a usable patch.

* THANKS.in: New file, derived from THANKS, but removing names of
those who are listed as git log 'Author:'s.
* THANKS: Remove file.
* thanks-gen: New file.
* Makefile.am (THANKS): New rule.
(EXTRA_DIST): Add .mailmap, THANKS.in and thanks-gen.
* .gitignore: Add THANKS and THANKS-to-translators.
* .mailmap: Unify on single address and name-spelling per contributor.
.gitignore
.mailmap
Makefile.am
THANKS.in [moved from THANKS with 92% similarity]
thanks-gen [new file with mode: 0755]