From 3720d276ab9c5ec69e6ddbfb3f5903fb76141a0a Mon Sep 17 00:00:00 2001 From: abgox Date: Wed, 27 Nov 2024 11:47:47 +0800 Subject: [PATCH] feat(completions): update git Closes #51 --- completions/git/guid.txt | 2 +- completions/git/language/en-US.json | 6 ++++++ completions/git/language/zh-CN.json | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/completions/git/guid.txt b/completions/git/guid.txt index 47458a3..432163a 100644 --- a/completions/git/guid.txt +++ b/completions/git/guid.txt @@ -1 +1 @@ -292b8d29-33f3-4046-9652-86ea12fb9a8b +c6e141a9-acb8-4b76-96a0-67a9ea8bbf65 diff --git a/completions/git/language/en-US.json b/completions/git/language/en-US.json index 9f0a11a..fe3dbba 100644 --- a/completions/git/language/en-US.json +++ b/completions/git/language/en-US.json @@ -60,6 +60,12 @@ "U: -j \n", "Specify the number of threads for parallel cloning to speed up the process." ] + }, + { + "name": "--sparse", + "tip": [ + "Employ a sparse-checkout, with only files in the toplevel directory initially being present." + ] } ] }, diff --git a/completions/git/language/zh-CN.json b/completions/git/language/zh-CN.json index 69184fd..ea323ff 100644 --- a/completions/git/language/zh-CN.json +++ b/completions/git/language/zh-CN.json @@ -60,6 +60,12 @@ "U: -j \n", "指定用于并行克隆的线程数以加速过程。" ] + }, + { + "name": "--sparse", + "tip": [ + "采用稀疏检出(sparse-checkout),只检出顶层目录中的文件。" + ] } ] },