From b9e6cb2edc73f9b11c02c81150cd18370c147531 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Fri, 24 Sep 2010 14:56:11 +0200 Subject: Changing the author of the README default article (since it's me not the user) --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2aedf49..7a2401c 100644 --- a/install.sh +++ b/install.sh @@ -104,7 +104,8 @@ EOF #INCLUDE:README# EOF git add _articles/fugitive-readme - git commit --no-verify -m "fugitive: README" >/dev/null + git commit --no-verify --author="p4bl0 " \ + -m "fugitive: README" >/dev/null echo "done." fi echo "Installation complete, please set your blog url using" -- cgit v1.2.3