[elbe-devel] [PATCH] git: introduce blame --ignore-revs-file

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Apr 22 18:36:14 CEST 2024


This file contains commits to be ignored by "git blame".
It can be enabled by default through
"git config blame.ignoreRevsFile .git-blame-ignore-revs"

As a start, add a commit that aligned string literal quotes all over the
tree to the file.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 .git-blame-ignore-revs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 000000000000..3806a653dfed
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1 @@
+724053006e483d056a921b60237b8414338a5e12

---
base-commit: 9d8411747148c0bc88935c39f13387fcae5238fb
change-id: 20240422-git-blame-ignore-921e519bc48b

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list