From e64f5aca9dff4e4a0cd8ced5d8131a06addb85ab Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Apr 2018 11:40:25 +0200 Subject: [PATCH] gitconfig: disable annoying editor advice message I use vim in the terminal and the advice causes an annoying flicker. --- gitconfig.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig.in b/gitconfig.in index bcef8fb..50d88a9 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -235,6 +235,10 @@ # receive-pack and git fetch (>= 1.7.8, for fetch)). fsckObjects = true +[advice] + # Disable annoying advice messages. + waitingForEditor = false + # NON-GIT SETTINGS -- 2.43.2