diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index 0b3b9ba..d5c949d 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -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}"