Skip to content

Added a blame ignore list for the mechanical header and version passes - #102

Open
fdesbiens wants to merge 1 commit into
eclipse-threadx:devfrom
fdesbiens:chore/add-blame-ignore-revs
Open

fdesbiens wants to merge 1 commit into
eclipse-threadx:devfrom
fdesbiens:chore/add-blame-ignore-revs

Conversation

@fdesbiens

Copy link
Copy Markdown
Contributor

Running git blame on a file header returns a tree-wide copyright, disclosure or version-constant pass rather than the commit that last touched the code. There have been 3 such passes in this repository since 2024, and every header line in the tree now points at one of them.

Added .git-blame-ignore-revs listing those commits. GitHub applies the file to its blame view automatically; locally it takes one git config command, which the file documents in its own header.

Additive. No source file is touched, and every listed commit was verified to be an ancestor of dev.

Assisted-by: Claude Code (Opus 5) noreply@anthropic.com

Running git blame on a file header returns a tree-wide copyright, disclosure or
version-constant pass rather than the commit that last touched the code. There
have been 3 such passes in this repository since 2024, and every header line
in the tree now points at one of them.

Added .git-blame-ignore-revs listing those commits. GitHub applies the file to
its blame view automatically; locally it takes one git config command, which
the file documents in its own header.

Additive. No source file is touched, and every listed commit was verified to be
an ancestor of dev.

Assisted-by: Claude Code (Opus 5) <noreply@anthropic.com>

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant