aboutsummaryrefslogtreecommitdiff
path: root/scripts/common
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/common')
-rwxr-xr-xscripts/common2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/common b/scripts/common
index a51a60a01..c938d342f 100755
--- a/scripts/common
+++ b/scripts/common
@@ -9,6 +9,8 @@ update() {
git fetch --tags "https://github.com/$1/$2.git"
(git fetch "https://github.com/$1/$2.git" $4 && git checkout -fq FETCH_HEAD) #|| git checkout -fq $4 # || fallback is for local testing on tag
git reset --hard
+ echo updated $1/$2:$4 under $3. Last commits:
+ git log --pretty=format:"%h - %an, %ar : %s" -n 10 # show last commits
cd -
}