History log of /freebsd-14.2/.git-blame-ignore-revs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# b20f052d 15-Nov-2023 Brooks Davis <[email protected]>

git-blame-ignore-revs: OptionalObsoleteFiles.inc sorting commits

Add sorting commits. This causes (suitably configured) git blame to
ignore the moving of blocks, correcting the associated commit fo

git-blame-ignore-revs: OptionalObsoleteFiles.inc sorting commits

Add sorting commits. This causes (suitably configured) git blame to
ignore the moving of blocks, correcting the associated commit for ~300
lines.

Hashes are updated to match MFC commits.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D42602

(cherry picked from commit b146e5e68abd92fa59b6c032edc3c7b134c4e155)

show more ...


# 4c5aab64 15-Nov-2023 Brooks Davis <[email protected]>

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

This makes it easier to add blocks of commits such as
4ca5df80393e1f2..c90d0600ee000e78 which do a single thing over the
course of multiple commits. Sort

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

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.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D42601

(cherry picked from commit afe1e6ba860bb3733d9aae9083ce2622597cabfc)

show more ...


Revision tags: release/14.0.0, release/13.2.0
# 247e03ed 23-Jan-2023 Ed Maste <[email protected]>

Add git-blame ignore file

.git-blame-ignore-revs lists commit hashes that should be skipped by
`git blame` e.g. non-functional whitespace or style cleanup.

The file is populated with a few sample e

Add git-blame ignore file

.git-blame-ignore-revs lists commit hashes that should be skipped by
`git blame` e.g. non-functional whitespace or style cleanup.

The file is populated with a few sample entries.

Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36525

fixup ignore revs

show more ...