Clone without --depth 1
This commit is contained in:
parent
73ec936871
commit
4acd11746b
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ if [ -e "${gitdir}/.git" ]; then
|
|||
echo "Try 'portzap pull' instead."
|
||||
exit 1
|
||||
fi
|
||||
umask u=rwX,g=rX,o=rX
|
||||
umask u=rwX,g=rX,o=
|
||||
set -x
|
||||
git clone --depth 1 "${giturl}" "${gitdir}"
|
||||
git clone "${giturl}" "${gitdir}"
|
||||
cd "${gitdir}"
|
||||
|
|
Loading…
Reference in a new issue