mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11: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 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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user