From: Simon Ruderich Date: Fri, 6 Apr 2018 09:40:25 +0000 (+0200) Subject: gitconfig: disable annoying editor advice message X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e64f5aca9dff4e4a0cd8ced5d8131a06addb85ab gitconfig: disable annoying editor advice message I use vim in the terminal and the advice causes an annoying flicker. --- 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