Skip to content

Commit 77d4e90

Browse files
committed
.git-blame-ignore-revs: init
Added to ignore a treewide reformatting commit when using `git blame`. See [GitHub's Documentation][1] and the [`git blame` manual][2]. [1]: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view [2]: https://www.git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
1 parent 37dbf9d commit 77d4e90

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.git-blame-ignore-revs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Git revisions added to this file will be ignored by GitHub's blame feature.
2+
#
3+
# This can also be used locally with `git blame` by configuring your "blame.ignoreRevsFile":
4+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
5+
#
6+
# Or you can this on an ad-hock basis with the `--ignore-revs-file` argument:
7+
# git blame --ignore-revs-file .git-blame-ignore-revs
8+
9+
# This commit reformatted from alejandra to nixfmt-rfc-style:
10+
# 2024-05-05: treewide: Reformat with nixfmt
11+
62f32bfc711f0a3c8a52af4c0790345b4b3d2346
12+

0 commit comments

Comments
 (0)