Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
F12267900: D2553.id6451.diff
Wed, Oct 15, 02:06
F12267899: D2553.id6450.diff
Wed, Oct 15, 02:06
F12265149: D2553.id.diff
Tue, Oct 14, 20:18
Unknown Object (File)
Mon, Oct 13, 09:52
Unknown Object (File)
Sun, Oct 12, 19:59
Unknown Object (File)
Sat, Oct 11, 05:06
Unknown Object (File)
Fri, Oct 10, 14:44
Unknown Object (File)
Wed, Oct 8, 06:57
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.