mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pgit.sh: Don't pull fetchuser into current master, only fetch
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c17d563991
commit
00a52c9039
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue