Git - add option to ignore whitespace for the blame information (#284260)

This commit is contained in:
Ladislau Szomoru
2025-12-18 14:53:58 +00:00
committed by GitHub
parent e3523eda7d
commit 6d28298bb5
5 changed files with 28 additions and 2 deletions

View File

@@ -306,6 +306,7 @@
"config.blameEditorDecoration.disableHover": "Controls whether to disable the blame information editor decoration hover.",
"config.blameStatusBarItem.enabled": "Controls whether to show blame information in the status bar.",
"config.blameStatusBarItem.template": "Template for the blame information status bar item. Supported variables:\n\n* `hash`: Commit hash\n\n* `hashShort`: First N characters of the commit hash according to `#git.commitShortHashLength#`\n\n* `subject`: First line of the commit message\n\n* `authorName`: Author name\n\n* `authorEmail`: Author email\n\n* `authorDate`: Author date\n\n* `authorDateAgo`: Time difference between now and the author date\n\n",
"config.blameIgnoreWhitespace": "Controls whether to ignore whitespace changes when computing blame information.",
"config.commitShortHashLength": "Controls the length of the commit short hash.",
"config.diagnosticsCommitHook.enabled": "Controls whether to check for unresolved diagnostics before committing.",
"config.diagnosticsCommitHook.sources": "Controls the list of sources (**Item**) and the minimum severity (**Value**) to be considered before committing. **Note:** To ignore diagnostics from a particular source, add the source to the list and set the minimum severity to `none`.",