From b1eecdbbda97f5c5f95be789a0781c7fcf972db5 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 7 Jan 2021 15:33:57 +0000 Subject: [PATCH] git: suppress detached-head warning. I-know-what-I-am-doing git is not for the weak. Warnings are not for the knowing. Shut up git. Signed-off-by: Joe Groocock --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index aa2ad8e..b9f7e9c 100644 --- a/git/config +++ b/git/config @@ -32,6 +32,7 @@ [advice] statusHints = false pushUpdateRejected = false + detachedHead = false [sendemail] from = Joe Groocock smtpserver = smtp.zoho.com