Skip to content

Commit 4c5aab6

Browse files
committed
Sort .git-blame-ignore-revs by commit order
This makes it easier to add blocks of commits such as 4ca5df8..c90d060 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 afe1e6b)
1 parent d5aedf8 commit 4c5aab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`. GitHub's
77
# blame view also uses this by default.
88
#
9-
# For consistency this file is sorted by hash.
9+
# This file is sorted in git log order (newest commits first).
1010

11+
# elfctl whitespace
12+
828e50092ac84f50247fb3f400027fc7510d8141
1113
# regen syscall files after d51198d63b63
1214
2c9764f36b6f20e9a6c71ce64a21988a394050b6
1315
# Remove whitespace at EOL.
1416
7ebcc426efefea9cd16ac6f565e72030c608f7a4
15-
# elfctl whitespace
16-
828e50092ac84f50247fb3f400027fc7510d8141

0 commit comments

Comments
 (0)