Skip to content

Commit 739c870

Browse files
committed
Add Git blame ignore revisions file (used by GitHub's blame view)
1 parent 3916337 commit 739c870

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.git-blame-ignore-revs

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file contains a list of Git commit hashes that should be hidden from the
2+
# regular Git history. Typically, this includes commits involving mass auto-formatting
3+
# or other normalizations. Commit hashes *must* use the full 40-character notation.
4+
# To apply the ignore list in your local Git client, you must run:
5+
#
6+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
#
8+
# This file is automatically used by GitHub.com's blame view.
9+
10+
# A Whole New World (clang-format edition)
11+
5dbf1809c6e3e905b94b8764e99491e608122261
12+
13+
# Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
14+
0be6d925dc3c6413bce7a3ccb49631b8e4a6e67a
15+
16+
# Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
17+
e956e80c1fa1cc8aefcb1533e5acf5cf3c8ffdd9

0 commit comments

Comments
 (0)