Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 1, 01:35
Unknown Object (File)
Mon, Sep 1, 01:15
Unknown Object (File)
Sun, Aug 31, 15:45
Unknown Object (File)
Wed, Aug 27, 03:48
Unknown Object (File)
Mon, Aug 25, 02:10
Unknown Object (File)
Wed, Aug 20, 08:51
Unknown Object (File)
Sat, Aug 16, 12:03
Unknown Object (File)
Thu, Aug 14, 19:00
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.