OpenGrok Annotate and Git blame.ignoreRevsFile #4829
Unanswered
sreehari83
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@sreehari83 I am using opengrok with this feature - the history still shows the revision but the annotate view does not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to leverage git blame --ignore-revs-file in our development workflows to effectively filter out large, non-functional commits (like automated code formatting or mass refactoring/renaming) from the blame history. This significantly improves the signal-to-noise ratio when trying to understand code authorship.
We were wondering if this git config blame.ignoreRevsFile configuration (or the concept behind it) is applicable to the OpenGrok "Annotate" view?
Specifically, if we define .git-blame-ignore-revs files within our Git repositories and set the blame.ignoreRevsFile config at a repository level, would OpenGrok's Annotate feature automatically pick up and respect these ignored revisions when displaying the history for a line of code?
Beta Was this translation helpful? Give feedback.
All reactions