Compare commits

...

2 commits

Author SHA1 Message Date
v 38175419a6 add hint to disable implicit usage of bare repos 2023-07-03 21:59:08 +02:00
Jakub Wilk 62c4204dc8 use printf instead of non-portable echo
In bash, echo "\n..." prints literal "\n".
2023-07-03 21:49:55 +02:00

View file

@ -5,4 +5,4 @@
filemode = true filemode = true
bare = false bare = false
worktree = "." worktree = "."
pager = "echo \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\">&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;"