Skip to content

Commit

Permalink
show log HEAD..origin before install
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Jun 3, 2023
1 parent 03ae1eb commit 115adf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions udroid/src/udroid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,11 @@ _upgrade() {
git -C $repo_cache pull
}

echo "----"
git --no-pager log --oneline HEAD..origin
echo -e "----\n"
sleep 1

# change to repo directory and install it
cd $repo_cache || {
ELOG "upgrade(): failed to change to $repo_cache"
Expand Down

0 comments on commit 115adf5

Please sign in to comment.