OpenGrok Annotate and Git blame.ignoreRevsFile #4803
sreehari83
started this conversation in
General
Replies: 0 comments
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