diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-01 14:33:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-01 12:33:16 +0100 |
| commit | e4c9d5d2aa845f8b738be2fa1cbc60b9f0fa8805 (patch) | |
| tree | e2f7718a8d749f4d7127ea6e937072479fdceb5a | |
| parent | 0e10d136ef280ca147b6f1e332072f6ba14c8844 (diff) | |
| download | vyos.vyos-e4c9d5d2aa845f8b738be2fa1cbc60b9f0fa8805.tar.gz vyos.vyos-e4c9d5d2aa845f8b738be2fa1cbc60b9f0fa8805.zip | |
* T8513: add .git-blame-ignore-revs to exclude bulk formatting commits
* T8513: fix changelog fragment - use trivial section and correct description
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
| -rw-r--r-- | .git-blame-ignore-revs | 4 | ||||
| -rw-r--r-- | changelogs/fragments/formatting-compliance.yml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..dedbdc55 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# Formatting commits - ignore in git blame +# style: apply black formatting across entire codebase +# NOTE: Update this hash after the formatting PR is merged +221ac461e4b3dcf37629f4cce89e45a59ace873c diff --git a/changelogs/fragments/formatting-compliance.yml b/changelogs/fragments/formatting-compliance.yml new file mode 100644 index 00000000..d48896a9 --- /dev/null +++ b/changelogs/fragments/formatting-compliance.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Add .git-blame-ignore-revs to exclude bulk formatting commits from git blame output. |
