Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
F3619451: D2553.diff
Thu, Oct 3, 09:12
Unknown Object (File)
Tue, Oct 1, 15:30
Unknown Object (File)
Mon, Sep 30, 18:16
Unknown Object (File)
Sun, Sep 29, 05:41
Unknown Object (File)
Tue, Sep 17, 02:32
Unknown Object (File)
Sun, Sep 15, 15:26
Unknown Object (File)
Sun, Sep 15, 15:26
Unknown Object (File)
Fri, Sep 6, 08:37
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.