Readd verbose output in 'portzap pull'
This commit is contained in:
parent
bd84f7f134
commit
aafb3aaec1
1 changed files with 1 additions and 1 deletions
|
@ -50,11 +50,11 @@ if [ ! -e "${gitdir}/.git" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
umask ${mode}
|
||||
cd "${gitdir}"
|
||||
remote=$(gitexec "remote" | head -n1)
|
||||
cbranch=$(gitexec "branch --show-current")
|
||||
if [ "${cbranch}" != "${branch}" ]; then
|
||||
change_branch "${remote}" "${branch}"
|
||||
fi
|
||||
set -x
|
||||
gitexec "pull --rebase ${remote} ${branch}"
|
||||
|
|
Loading…
Reference in a new issue