Skip to content

Commit 7eea1b0

Browse files
committed
Introduce .git-blame-ignore-rev file
Add a file containing SHAs that should be ignored when running `git blame`.
1 parent 239a8ea commit 7eea1b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.git-blame-ignore-rev

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file contains SHAs of changes that should be ignored when e.g.
2+
# running `git blame` on a file. Do not edit any of the existing commits.
3+
#
4+
# Use this file by running:
5+
#
6+
# git blame --ignore-revs-file=.git-blame-ignore-rev <file>
7+
#
8+
# or by configuring `blame.ignoreRevsFile`. The latter ought to also work
9+
# with IDEs such as IntelliJ.
10+
11+
12+
# Format snapshot / restore directories in server
13+
c708a1e8c3d3d3d3fd660896a84a8229a8cbcb7e

0 commit comments

Comments
 (0)