1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-07-07 06:25:30 +02:00

Changing the author of the README default article (since it's me not the user)

This commit is contained in:
p4bl0 2010-09-24 14:56:11 +02:00
parent 10d3c9de19
commit b9e6cb2edc

View file

@ -104,7 +104,8 @@ EOF
#INCLUDE:README# #INCLUDE:README#
EOF EOF
git add _articles/fugitive-readme 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." echo "done."
fi fi
echo "Installation complete, please set your blog url using" echo "Installation complete, please set your blog url using"