Show latest changes after doing updates.

This commit is contained in:
Storm Dragon 2024-11-15 18:14:37 -05:00
parent 5a8c2ac96f
commit e76066f8d1

View File

@ -61,6 +61,7 @@ fi
dialog --backtitle "Linux Game manager" \
--yesno "Updates are available. Would you like to update now?" -1 -1 --stdout || return
git pull
git log '@{1}..' --pretty=format:'%an: %s'
exit $?
}