Fix minor documentation issues

* author.txt was renamed to AUTHOR
* use git shortlog instead of git-shortlog
  because the latter is not necessarily in PATH

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
master
Alexander Strasser 2013-09-22 04:18:51 +02:00 committed by Heikki Hokkanen
parent c447e55a7a
commit a664c2eb6b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Author can be reached by sending e-mail to <hoxu@users.sf.net>.
Include "gitstats" in the subject or prepare to battle the spam filters.
See the following command for list of authors who have contributed:
$ git-shortlog HEAD
$ git shortlog HEAD
Also thanks to the following people:
Alexander Botero-Lowry

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2007-2013 Heikki Hokkanen <hoxu@users.sf.net> & others (see doc/author.txt)
# Copyright (c) 2007-2013 Heikki Hokkanen <hoxu@users.sf.net> & others (see doc/AUTHOR)
# GPLv2 / GPLv3
import datetime
import getopt