pgit.sh: Don't pull fetchuser into current master, only fetch

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-01-03 12:10:00 +00:00
commit 00a52c9039
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ clone()
run_git -C $p remote add $remotename $pullurl
run_git -C $p remote set-url --push $remotename no_push
}
run_git -C $p pull $remotename master
run_git -C $p fetch $remotename master
else
# set -x
run_git clone ssh://$login@git.janware.com/srv/git/$fromuser/proj/$p