Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
F25272652: D2553.id.diff
Wed, Apr 8, 10:22
Unknown Object (File)
Fri, Apr 3, 04:29
Unknown Object (File)
Fri, Apr 3, 02:31
Unknown Object (File)
Sun, Mar 29, 22:43
Unknown Object (File)
Sun, Mar 29, 22:10
Unknown Object (File)
Fri, Mar 27, 01:01
Unknown Object (File)
Thu, Mar 26, 15:08
Unknown Object (File)
Tue, Mar 24, 04:21
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.