浏览代码

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>
Alexander Strasser 12 年前
父节点
当前提交
a664c2eb6b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      doc/AUTHOR
  2. 1
    1
      gitstats

+ 1
- 1
doc/AUTHOR 查看文件

2
 Include "gitstats" in the subject or prepare to battle the spam filters.
2
 Include "gitstats" in the subject or prepare to battle the spam filters.
3
 
3
 
4
 See the following command for list of authors who have contributed:
4
 See the following command for list of authors who have contributed:
5
-  $ git-shortlog HEAD
5
+  $ git shortlog HEAD
6
 
6
 
7
 Also thanks to the following people:
7
 Also thanks to the following people:
8
 Alexander Botero-Lowry
8
 Alexander Botero-Lowry

+ 1
- 1
gitstats 查看文件

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