summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-09-24 14:56:11 +0200
committerp4bl0 <pablo@rauzy.name>2010-09-24 14:56:11 +0200
commitb9e6cb2edc73f9b11c02c81150cd18370c147531 (patch)
treebbbca57eeb013f364759d73ffd6ef2788cd8c964 /install.sh
parent10d3c9de19a75c78c6623977617c8eb35c23e03a (diff)
Changing the author of the README default article (since it's me not the user)
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh3
1 files changed, 2 insertions, 1 deletions
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 <pablo@rauzy.name>" \
+ -m "fugitive: README" >/dev/null
echo "done."
fi
echo "Installation complete, please set your blog url using"