add => Added

This commit is contained in:
Nathan Broadbent
2012-08-13 01:58:44 +12:00
parent 79a1132730
commit cf37be73d4

View File

@@ -86,7 +86,7 @@ git_silent_add_shortcuts() {
git rm "$file"
else
git add "$file"
echo -e "# add '$file'"
echo -e "# Added '$file'"
fi
done
IFS=$' \t\n'