Skip to content

Commit bd65595

Browse files
committed
Add .git-blame-ignore-revs file for auto-rebasing
1 parent b2c7dee commit bd65595

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.git-blame-ignore-revs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file contains commits that should be ignored by git blame
2+
# See https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-file
3+
# and https://github.com/NixOS/nixpkgs/blob/master/.git-blame-ignore-revs for more info
4+
5+
# To enable this in your local repository, run:
6+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
8+
# For rebasing PRs, commits marked with !autorebase will be automatically
9+
# reapplied by the auto-rebase script
10+
11+
# nixfmt-rfc-style formatting
12+
51e51e601448705c0d2f92ef90ec7b680123077c #!autorebase cd tests && nix fmt ..

0 commit comments

Comments
 (0)