fix formatting. add commit message
This commit is contained in:
+3
-1
@@ -56,8 +56,10 @@ 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
|
||||||
status_code=$?
|
status_code=$?
|
||||||
if [ $status_code -ne 0 ]
|
if [ $status_code -ne 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user