Clone without --depth 1

This commit is contained in:
0x1eef 2024-04-08 14:58:13 -03:00
parent 73ec936871
commit 4acd11746b

View file

@ -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}"