Skip to content

Commit b68256e

Browse files
misccoalliepiper
andauthored
Add a git-blame-ignore-revs file (#1629)
Also populate it with the most widespread formatting PRs Co-authored-by: Allison Piper <[email protected]>
1 parent f4a7ca3 commit b68256e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.git-blame-ignore-revs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Exclude these commits from git-blame and similar tools.
2+
#
3+
# To use this file, run the following command from the repo root:
4+
#
5+
# ```
6+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
# ```
8+
#
9+
# Include a brief comment with each commit added, for example:
10+
#
11+
# ```
12+
# 8f1152d4a22287a35be2dde596e3cf86ace8054a # Increase column limit to 100
13+
# ```
14+
#
15+
# Only add commits that are pure formatting changes (e.g. clang-format version changes, etc).
16+
17+
# Apply formatting to thrust (#1616)
18+
165a06aa2c50b98d50fa56d027f0674da9d382e4
19+
20+
# Apply formatting to libcudacxx (#1610)
21+
baee3f502d4fd5febc7f602428592b2bec5d2d3b
22+
23+
# Apply clang-format to cub (#1602)
24+
eefcca862226672eae8eacb244f39f2e7b4bf7c4

0 commit comments

Comments
 (0)