From 40e5699fbcba101d13a66eae11af3a752e34144d Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 18 Feb 2018 23:43:06 +0100 Subject: [PATCH] Fix commit list to verify. --- home/bin/update-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index 061a7be..9951c0f 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -22,7 +22,7 @@ fi 04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA 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}')" title="$(echo "$line" | cut -f 1 -d ' ' --complement)" printf " … $title\r "