Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
F24538702: D2553.id6451.diff
Thu, Feb 26, 04:26
F24538660: D2553.id6451.diff
Thu, Feb 26, 04:21
Unknown Object (File)
Tue, Feb 24, 19:39
Unknown Object (File)
Tue, Feb 24, 02:24
Unknown Object (File)
Mon, Feb 23, 22:51
Unknown Object (File)
Sat, Feb 21, 15:15
Unknown Object (File)
Sat, Feb 21, 03:47
Unknown Object (File)
Sat, Feb 21, 03:40
Subscribers
None

Details

Summary

Pure style changes can be ignored as Git 2.23 introduced
an option to ignore the hashes in a revisions file:

$ git config blame.ignoreRevsFile .git-blame-ignore-revs

This is a follow-up for e2d2390e0720.

Test Plan

git blame _modules/forest.py

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3994
Build 4246: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 25 2022, 00:29
This revision was automatically updated to reflect the committed changes.