Skip to content

Commit 115adf5

Browse files
show log HEAD..origin before install
1 parent 03ae1eb commit 115adf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

udroid/src/udroid.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,11 @@ _upgrade() {
11511151
git -C $repo_cache pull
11521152
}
11531153

1154+
echo "----"
1155+
git --no-pager log --oneline HEAD..origin
1156+
echo -e "----\n"
1157+
sleep 1
1158+
11541159
# change to repo directory and install it
11551160
cd $repo_cache || {
11561161
ELOG "upgrade(): failed to change to $repo_cache"

0 commit comments

Comments
 (0)