Show latest changes after doing updates.
This commit is contained in:
parent
6b73d2c7a8
commit
b3db3bfe28
@ -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 $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user