mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Add .git-blame-ignore-revs file for auto-rebasing
This commit is contained in:
parent
b2c7dee5c6
commit
bd65595c6d
1 changed files with 12 additions and 0 deletions
12
.git-blame-ignore-revs
Normal file
12
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# This file contains commits that should be ignored by git blame
|
||||
# See https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-file
|
||||
# and https://github.com/NixOS/nixpkgs/blob/master/.git-blame-ignore-revs for more info
|
||||
|
||||
# To enable this in your local repository, run:
|
||||
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||
|
||||
# For rebasing PRs, commits marked with !autorebase will be automatically
|
||||
# reapplied by the auto-rebase script
|
||||
|
||||
# nixfmt-rfc-style formatting
|
||||
51e51e601448705c0d2f92ef90ec7b680123077c #!autorebase cd tests && nix fmt ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue