Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .git-blame-ignore-revs #669

Conversation

eloisebrosseau
Copy link
Contributor

Add .git-blame-ignore-revs

Summarize your change.

Add a .git-blame-ignore-revs file and update README.md to explain how to use it.

Describe the reason for the change.

A .git-blame-ignore-revs file lists commits to ignore when running git blame, such as formatting commits. This allows you to use git blame without these commits cluttering the Git history. For now, this file only contains the formatting of all the C++ codebase in Open RV based on the new .clang-format. Other refactoring changes that are not modifying the code logic can be added to this file as needed.

Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eloisebrosseau eloisebrosseau merged commit 77fb671 into AcademySoftwareFoundation:main Jan 29, 2025
10 checks passed
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Feb 4, 2025
### Add .git-blame-ignore-revs

### Summarize your change.

Add a .git-blame-ignore-revs file and update README.md to explain how to
use it.

### Describe the reason for the change.

A .git-blame-ignore-revs file lists commits to ignore when running `git
blame`, such as formatting commits. This allows you to use `git blame`
without these commits cluttering the Git history. For now, this file
only contains the formatting of all the C++ codebase in Open RV based on
the new .clang-format. Other refactoring changes that are not modifying
the code logic can be added to this file as needed.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Feb 4, 2025
### Add .git-blame-ignore-revs

### Summarize your change.

Add a .git-blame-ignore-revs file and update README.md to explain how to
use it.

### Describe the reason for the change.

A .git-blame-ignore-revs file lists commits to ignore when running `git
blame`, such as formatting commits. This allows you to use `git blame`
without these commits cluttering the Git history. For now, this file
only contains the formatting of all the C++ codebase in Open RV based on
the new .clang-format. Other refactoring changes that are not modifying
the code logic can be added to this file as needed.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
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.

3 participants