small pixel drawing of a pufferfish pa

suppress git init output
arĉi arcxi@dismail.de
Fri, 05 Jul 2024 04:20:08 +0200
commit

830c55015684235fd65c52be9e1411b588bc3d48

parent

bb122ea17d2ce0c6ab4ab4cccf926b567bc1258d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M papa

@@ -233,7 +233,7 @@ git_enabled=false

[ -z "${PA_NOGIT+x}" ] && command -v git >/dev/null 2>&1 && git_enabled=true $git_enabled && [ ! -d .git ] && { - git init + git init -q # Put something in user config if it's not set globally, # because git doesn't allow to commit without it.