mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
perf: use gitoxide for git_status and git_metrics modules (#6476)
This commit is contained in:
@@ -664,7 +664,8 @@
|
||||
"style": "red bold",
|
||||
"typechanged": "",
|
||||
"untracked": "?",
|
||||
"up_to_date": ""
|
||||
"up_to_date": "",
|
||||
"use_git_executable": false
|
||||
},
|
||||
"allOf": [
|
||||
{
|
||||
@@ -3649,6 +3650,10 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"use_git_executable": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"windows_starship": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user