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

updated path to generated article that is added in exclude list

This commit is contained in:
p4bl0 2010-07-26 19:04:48 +02:00
parent 1c713762aa
commit 4deb81aa6a

View file

@ -311,8 +311,8 @@ done
for f in $added_files; do
if [ "$f" != "${f#$articles_dir}" ]; then
art="${f#$articles_dir/}"
echo -n "[fugitive] Adding $art.html to git ignore list... "
echo "$art.html" >> .git/info/exclude
echo -n "[fugitive] Adding $public_dir/$art.html to git ignore list... "
echo "$public_dir/$art.html" >> .git/info/exclude
echo "done."
previous=`get_article_previous_file "$art"`
next=`get_article_next_file "$art"`