Skip to content

Commit b198d03

Browse files
committed
completions: 更新 git
1 parent 28ea22d commit b198d03

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

completions/git/guid.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b77afa20-624b-4409-ac6a-f0871c462e5f
1+
8d4f54e3-87ec-47d7-81c1-7d5464a75b13

completions/git/language/en-US.json

+15
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,21 @@
12561256
}
12571257
]
12581258
},
1259+
{
1260+
"name": "core.ignorecase",
1261+
"tip": [
1262+
"Configure the case-sensitivity of file names.\n",
1263+
"The default is false, except git-clone or git-init will probe and set core.ignoreCase true if appropriate when the repository is created."
1264+
],
1265+
"next": [
1266+
{
1267+
"name": "false"
1268+
},
1269+
{
1270+
"name": "true"
1271+
}
1272+
]
1273+
},
12591274
{
12601275
"name": "https.proxy",
12611276
"tip": [

completions/git/language/zh-CN.json

+15
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,21 @@
12551255
}
12561256
]
12571257
},
1258+
{
1259+
"name": "core.ignorecase",
1260+
"tip": [
1261+
"配置是否忽略大小写。\n",
1262+
"默认值为 false,但 git clone 或 git init 会在创建存储库时探测并将 core.ignoreCase 设置为 true(如果合适)。"
1263+
],
1264+
"next": [
1265+
{
1266+
"name": "false"
1267+
},
1268+
{
1269+
"name": "true"
1270+
}
1271+
]
1272+
},
12581273
{
12591274
"name": "https.proxy",
12601275
"tip": [

0 commit comments

Comments
 (0)