pvscheck: Do not use --depth

This commit is contained in:
ZyX 2017-04-10 13:47:31 +03:00
parent d7086f44f4
commit 2b13c87fa2

View File

@ -86,7 +86,7 @@ main() {
local tgt="${1:-$PWD/../neovim-pvs}"
local branch="${2:-master}"
git clone --depth=1 --branch="$branch" . "$tgt"
git clone --branch="$branch" . "$tgt"
cd "$tgt"