Commit 4664cd54 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gpull: get tags for gpull -c too

parent 4d75642c
......@@ -87,6 +87,8 @@ if [ -n "$CHECKRESULT" ] ; then
# Quiet in check mode
#showcmd git pull --rebase $REPO $REMOTEBRANCH
UPTODATEres=`git pull --rebase $REPO $REMOTEBRANCH 2>&1`
# REWRITE ME: assure we get tags
git pull --tags $REPO $REMOTEBRANCH
echocon "$UPTODATEres"
echo $UPTODATEres | tail -n1 | grep -q "is up to date"
exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment