Fix commit list to verify.

master
Icedream 2018-02-18 23:43:06 +01:00
parent 84348bf9eb
commit 40e5699fbc
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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 "