Page MenuHomeFreeBSD

Sort .git-blame-ignore-revs by commit order
ClosedPublic

Authored by brooks on Nov 14 2023, 8:04 PM.
Tags
None
Referenced Files
F102687844: D42601.diff
Fri, Nov 15, 9:30 PM
Unknown Object (File)
Mon, Nov 4, 10:28 AM
Unknown Object (File)
Mon, Nov 4, 10:28 AM
Unknown Object (File)
Mon, Nov 4, 10:28 AM
Unknown Object (File)
Mon, Nov 4, 10:28 AM
Unknown Object (File)
Mon, Nov 4, 10:15 AM
Unknown Object (File)
Sat, Oct 26, 11:08 PM
Unknown Object (File)
Oct 11 2024, 12:49 PM
Subscribers
None

Details

Summary

This makes it easier to add blocks of commits such as
4ca5df80393e1f2..c90d0600ee000e78 which do a single thing over the
course of multiple commits. Sorting by hash would require manually
inserting each one with a comment.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54429
Build 51319: arc lint + arc unit

Event Timeline

brooks created this revision.
emaste requested changes to this revision.Nov 15 2023, 12:14 AM

I think this is a sensible change but the comment should indicate if it is sorted newest or oldest first.

This revision now requires changes to proceed.Nov 15 2023, 12:14 AM

can probably roll the comment change from D42602 in

This revision is now accepted and ready to land.Nov 15 2023, 5:35 PM
  • Update sort order comment in the correct commit
This revision now requires review to proceed.Nov 15 2023, 5:42 PM
This revision is now accepted and ready to land.Nov 15 2023, 5:47 PM
This revision was automatically updated to reflect the committed changes.