[CT-464] [Feature] improve GitHub Git Blame UI by ignoring commits auto-format #5004
Closed
1 task done
Labels
enhancement
New feature or request
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is there an existing feature request for this?
Describe the Feature
I was just informed via popup that Ignoring commits in blame view is now in public preview on GitHub.
This came up as I was trying to debug this Slack issue for an adapter maintainer. Where #4697 was in the way of me finding out what had recently changed here:
dbt-core/core/dbt/semver.py
Lines 88 to 90 in 0ec829a
Describe alternatives you've considered
I click the previous commit button twice to see the "actual" last time it changed?
Who will this benefit?
Anyone who looks at Git blame of dbt-core source code in GitHub
Are you interested in contributing this feature?
sure!
Anything else?
Looks like we'd just have to fetch the collect the hashes of any "re-formatting" commit and put them into a
.git-blame-ignore-revs
fileThe text was updated successfully, but these errors were encountered: