fix formatting. add commit message
This commit is contained in:
@@ -56,6 +56,8 @@ echo
|
||||
for commit_hash in $commits_to_push
|
||||
do
|
||||
echo " > Testing $commit_hash"
|
||||
echo -n " > "
|
||||
git log --pretty=format:"%H %s" | grep $commit_hash | grep -o " .*"
|
||||
echo
|
||||
|
||||
git checkout $commit_hash >&/dev/null
|
||||
|
||||
Reference in New Issue
Block a user