1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-07-07 14:35:29 +02:00

changed README post file name

This commit is contained in:
p4bl0 2010-09-04 23:00:53 +02:00
parent 1df13a62bf
commit eed6dd581a

View file

@ -100,10 +100,10 @@ EOF
git commit --no-verify -m "fugitive inital import" >/dev/null 2>&1 git commit --no-verify -m "fugitive inital import" >/dev/null 2>&1
echo "done." echo "done."
echo "Writing dummy article (README) and adding it to the repos... " echo "Writing dummy article (README) and adding it to the repos... "
(base64 -d | gunzip) > _articles/README <<EOF (base64 -d | gunzip) > _articles/fugitive-readme <<EOF
#INCLUDE:README# #INCLUDE:README#
EOF EOF
git add _articles/README git add _articles/fugitive-readme
git commit --no-verify -m "fugitive: README" >/dev/null git commit --no-verify -m "fugitive: README" >/dev/null
echo "done." echo "done."
fi fi