Skip to content

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented Aug 28, 2025

This file lists revisions that should be ignored when considering attribution for the actual code written. Code style changes should not be considered as modifications with regards to attribution.

To see clean and meaningful blame information.

$ git blame important.py --ignore-revs-file .git-blame-ignore-revs

To configure git to automatically ignore revisions listed in a file on every call to git blame.

$ git config blame.ignoreRevsFile .git-blame-ignore-revs

Follow-up on the following pull requests:


Based on InsightSoftwareConsortium/ITK@3a969e5

This file lists revisions that should be ignored when considering
attribution for the actual code written. Code style changes should
not be considered as modifications with regards to attribution.

To see clean and meaningful blame information.

```
$ git blame important.py --ignore-revs-file .git-blame-ignore-revs
```

To configure git to automatically ignore revisions listed in a file on every call to git blame.

```
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
```
@jcfr
Copy link
Contributor Author

jcfr commented Aug 28, 2025

@danmar This is ready for integration 🙏

@danmar danmar merged commit 871dc30 into danmar:master Aug 29, 2025
13 checks passed
@jcfr jcfr deleted the add-git-blame-ignore-revs branch August 30, 2025 21:54
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.

2 participants