fix(config): allBranchesLogCmd description typo

This commit is contained in:
Sergey Kochetkov
2024-12-18 11:40:25 +01:00
parent 0f269183de
commit 93a37cf83e
3 changed files with 3 additions and 3 deletions

View File

@@ -605,7 +605,7 @@
},
"allBranchesLogCmd": {
"type": "string",
"description": "Command used to display git log of all branches in the main window.\nDeprecated: User `allBranchesLogCmds` instead.",
"description": "Command used to display git log of all branches in the main window.\nDeprecated: Use `allBranchesLogCmds` instead.",
"default": "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"
},
"allBranchesLogCmds": {