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

reordering install process

This commit is contained in:
p4bl0 2010-07-25 13:36:30 +02:00
parent a4de1eb786
commit 80d7d2c469

View file

@ -72,15 +72,15 @@ EOF
EOF
echo "done."
fugitive_install_hooks
echo -n "Importing files into git repository... "
git add _templates/* fugitive.css print.css >/dev/null
git commit -m "fugitive inital import" >/dev/null
echo "done."
echo -n "Preventing git to track temporary and generated files... "
echo "*~\nindex.html\narchives.html" > .git/info/exclude
echo "done."
echo "Importing files into git repository... "
git add _templates/* fugitive.css print.css >/dev/null
git commit -m "fugitive inital import" >/dev/null
echo "First import finished."
cd - >/dev/null
echo "Installation complete, please see the README file for an howto."
echo 'Installation complete!'
}
case "$1" in