fix formatting. add commit message

This commit is contained in:
e.gavrin
2014-08-05 14:48:32 +04:00
parent f52a6a6ae3
commit be42a7b128
+2
View File
@@ -56,6 +56,8 @@ echo
for commit_hash in $commits_to_push for commit_hash in $commits_to_push
do do
echo " > Testing $commit_hash" echo " > Testing $commit_hash"
echo -n " > "
git log --pretty=format:"%H %s" | grep $commit_hash | grep -o " .*"
echo echo
git checkout $commit_hash >&/dev/null git checkout $commit_hash >&/dev/null