Show latest changes after doing updates.

This commit is contained in:
Storm Dragon 2024-11-15 18:20:01 -05:00
parent 6b73d2c7a8
commit b3db3bfe28

View File

@ -93,7 +93,8 @@ if [[ "$home" == "$remote" ]]; then
fi fi
dialog --backtitle "Audiogame Manager" \ dialog --backtitle "Audiogame Manager" \
--yesno "Updates are available. Would you like to update now?" -1 -1 --stdout || return --yesno "Updates are available. Would you like to update now?" -1 -1 --stdout || return
git pull { git pull
git log '@{1}..' --pretty=format:'%an: %s'; }
exit $? exit $?
} }