File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments