Skip to content

Commit

Permalink
AUTHORS.md: update list of contributors
Browse files Browse the repository at this point in the history
Also link to better statistics and add a small appreciation.
  • Loading branch information
tarsius committed Apr 6, 2015
1 parent d30cecf commit bb9db00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Authors
=======

Also see https://github.com/magit/magit/graphs/contributors.
May (the history of) the source be with you!

For statistics see http://magit.vc/stats/authors.html.

Names below are sorted alphabetically.

Author
Expand Down Expand Up @@ -35,6 +38,7 @@ Contributors
- Ævar Arnfjörð Bjarmason <avarab@gmail.com>
- Alan Falloon <alan.falloon@gmail.com>
- Alexey Voinov <alexey.v.voinov@gmail.com>
- Alex Kost <alezost@gmail.com>
- Alex Ott <alexott@gmail.com>
- Andreas Fuchs <asf@boinkor.net>
- Andreas Liljeqvist <andreas.liljeqvist@robacks.se>
Expand Down Expand Up @@ -93,6 +97,7 @@ Contributors
- Jeff Bellegarde <jbellegarde@whitepages.com>
- Jeff Dairiki <dairiki@dairiki.org>
- Jesse Alama <jesse.alama@gmail.com>
- John Mastro <john.b.mastro@gmail.com>
- John Wiegley <johnw@newartisans.com>
- Jonas Bernoulli <jonas@bernoul.li>
- Jonathan Roes <jroes@jroes.net>
Expand Down Expand Up @@ -178,6 +183,7 @@ Contributors
- Steven Thomas <sthomas314@gmail.com>
- Steve Purcell <steve@sanityinc.com>
- Suhail Shergill <suhailshergill@gmail.com>
- Syohei YOSHIDA <syohex@gmail.com>
- Takafumi Arakaki <aka.tkf@gmail.com>
- Teemu Likonen <tlikonen@iki.fi>
- Teruki Shigitani <teruki.shigitani@gmail.com>
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,13 @@ Documentation/dir: Documentation/magit.info
@printf "Generating magit.info\n"
@$(MAKEINFO) $< -o $@

CONTRIBUTORS_URL = https://github.com/magit/magit/graphs/contributors
AUTHORS_URL = http://magit.vc/stats/authors.html
define AUTHORS_HEADER
Authors
=======

Also see $(CONTRIBUTORS_URL).
For statistics see $(AUTHORS_URL).

Names below are sorted alphabetically.

Author
Expand Down Expand Up @@ -224,6 +225,7 @@ Contributors
endef
export AUTHORS_HEADER

authors: AUTHORS.md
AUTHORS.md: .mailmap
@printf "Generating AUTHORS.md..."
@test -d .git \
Expand All @@ -232,8 +234,6 @@ AUTHORS.md: .mailmap
&& printf "done\n" ; ) \
|| printf "FAILED (non-fatal)\n"

authors: AUTHORS.md

install: install-lisp install-docs

install-lisp: lisp
Expand Down

0 comments on commit bb9db00

Please sign in to comment.