mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
pvscheck: Do not use --depth
This commit is contained in:
parent
d7086f44f4
commit
2b13c87fa2
@ -86,7 +86,7 @@ main() {
|
|||||||
local tgt="${1:-$PWD/../neovim-pvs}"
|
local tgt="${1:-$PWD/../neovim-pvs}"
|
||||||
local branch="${2:-master}"
|
local branch="${2:-master}"
|
||||||
|
|
||||||
git clone --depth=1 --branch="$branch" . "$tgt"
|
git clone --branch="$branch" . "$tgt"
|
||||||
|
|
||||||
cd "$tgt"
|
cd "$tgt"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user