Page MenuHomeDevCentral

Avoid ruining git blame
ClosedPublic

Authored by dereckson on Feb 25 2022, 00:29.
Tags
None
Referenced Files
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
Unknown Object (File)
Thu, Aug 14, 12:58
Unknown Object (File)
Wed, Aug 13, 16:43
Unknown Object (File)
Wed, Aug 13, 06:12
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 Not Applicable
Unit
Tests Not Applicable

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.