mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
pvscheck: Do not use --depth
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user