Fix commit list to verify.
parent
84348bf9eb
commit
40e5699fbc
|
@ -22,7 +22,7 @@ fi
|
||||||
04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA
|
04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA
|
||||||
|
|
||||||
echo "Verifying updates..."
|
echo "Verifying updates..."
|
||||||
git rev-list --format=oneline origin..HEAD | while IFS= read -r line; do
|
git rev-list --format=oneline HEAD..origin | while IFS= read -r line; do
|
||||||
sha="$(echo "$line" | awk '{print $1}')"
|
sha="$(echo "$line" | awk '{print $1}')"
|
||||||
title="$(echo "$line" | cut -f 1 -d ' ' --complement)"
|
title="$(echo "$line" | cut -f 1 -d ' ' --complement)"
|
||||||
printf " … $title\r "
|
printf " … $title\r "
|
||||||
|
|
Loading…
Reference in New Issue