From a664c2eb6b6150acec2a99be95c94d7912563732 Mon Sep 17 00:00:00 2001 From: Alexander Strasser Date: Sun, 22 Sep 2013 04:18:51 +0200 Subject: [PATCH] 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 --- doc/AUTHOR | 2 +- gitstats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/AUTHOR b/doc/AUTHOR index 5ffe2bf..e53db0d 100644 --- a/doc/AUTHOR +++ b/doc/AUTHOR @@ -2,7 +2,7 @@ Author can be reached by sending e-mail to . 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 diff --git a/gitstats b/gitstats index 36fb0cb..552284b 100755 --- a/gitstats +++ b/gitstats @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2007-2013 Heikki Hokkanen & others (see doc/author.txt) +# Copyright (c) 2007-2013 Heikki Hokkanen & others (see doc/AUTHOR) # GPLv2 / GPLv3 import datetime import getopt -- 2.11.4.GIT