-
Notifications
You must be signed in to change notification settings - Fork 11
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
.git-blame-ignore-revs #72
Comments
Did you mean the config option [1] https://git-scm.com/docs/git-blame#Documentation/git-blame.txt-blameignoreRevsFile |
Sorry if it wasnt clear.
Using the command
git config blame.ignoreRevsFile .git-blame-ignore-revs
Github for example detects the config but egit looks like is does not use it.
Thanks
Sent from Proton Mail Android
…-------- Original Message --------
On 03/01/2025 20:38, Matthias Sohn wrote:
Did you mean the config option blame.ignoreRevsFile [1] ?
[1] https://git-scm.com/docs/git-blame#Documentation/git-blame.txt-blameignoreRevsFile
—
Reply to this email directly, [view it on GitHub](#72 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AEFKRHCBU3HU6KF37SCGMR32I3YK7AVCNFSM6AAAAABURW4UT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRZG44DMMJVGM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Just to add a use case example, this issue arose when I had to port a Python project from tabs to spaces.
Ignoring those commits would be useful.
Sent from Proton Mail Android
…-------- Original Message --------
On 03/01/2025 20:38, Matthias Sohn wrote:
Did you mean the config option blame.ignoreRevsFile [1] ?
[1] https://git-scm.com/docs/git-blame#Documentation/git-blame.txt-blameignoreRevsFile
—
Reply to this email directly, [view it on GitHub](#72 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AEFKRHCBU3HU6KF37SCGMR32I3YK7AVCNFSM6AAAAABURW4UT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRZG44DMMJVGM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This would need to be done in JGit (config handling, using it in BlameCommand). Not sure EGit would need anything on top of that. Related older issues:
|
I have created a simple example in github. github blame detects the config but egit ignore it. Im using latest eclipse version with Git integration for Eclipse 7.1.0.202411261347-r |
Description
Hello,
I was trying to use .git-blame-ignore-revs option with egit plugin. Seems to me that egit ignores the parameter when I do comparisons.
I have my .git/config file with blame ignoreRegsFile to .git-blame-ignore-revs
If manually I run git blame, I can see that git is filtering correctly all commits I have in .git-blame-ignore-revs
Im doing anything wrong? could be implemented?
Thanks
Motivation
support useful git feature
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: