add hint to disable implicit usage of bare repos

development
Thomas Lindner 2023-07-03 21:59:08 +02:00
parent 62c4204dc8
commit 38175419a6
1 changed files with 1 additions and 1 deletions

View File

@ -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;"