fix local not showing if no common ancestor

master
Semisol 2021-08-19 03:11:57 +03:00
parent 7e341e3b1f
commit d0c9d9c985
Signed by: Semisol
GPG Key ID: D1C04206D89306D5
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ echo ""
echo "remote:"
git show -s "$PRETTY" "$REMOTE_HASH"
echo ""
echo "remote:"
git show -s "$PRETTY" "$REMOTE_HASH"
echo "local:"
git show -s "$PRETTY" "$LOCAL_HASH"
else
echo "The following commits will be OVERWRITTEN:"
git log "$PRETTY" "$FORK_POINT..$REMOTE_HASH"