From bd65595c6d689c407d7f15f3b5a8f681c91101b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 1 Jul 2025 19:27:33 +0200 Subject: [PATCH] Add .git-blame-ignore-revs file for auto-rebasing --- .git-blame-ignore-revs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..4c9bbd01 --- /dev/null +++ b/.git-blame-ignore-revs @@ -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 .. \ No newline at end of file