Explorar el Código

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 hace 12 años
padre
commit
a664c2eb6b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      doc/AUTHOR
  2. 1
    1
      gitstats

+ 1
- 1
doc/AUTHOR Ver fichero

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

+ 1
- 1
gitstats Ver fichero

@@ -1,5 +1,5 @@
1 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 3
 # GPLv2 / GPLv3
4 4
 import datetime
5 5
 import getopt