From 38175419a627a13b194641e2f1db3a1307bae667 Mon Sep 17 00:00:00 2001 From: Thomas Lindner Date: Mon, 3 Jul 2023 21:59:08 +0200 Subject: [PATCH] add hint to disable implicit usage of bare repos --- whoot/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whoot/config b/whoot/config index 13df355..e020e4e 100644 --- a/whoot/config +++ b/whoot/config @@ -5,4 +5,4 @@ filemode = true bare = false worktree = "." - pager = "printf \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\\n\">&2;" + pager = "printf \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\\n\\ntl;dr\\nprotect yourself with \\`git config --global safe.bareRepository explicit\\`\\n\">&2;"