]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: disable annoying editor advice message
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Apr 2018 09:40:25 +0000 (11:40 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 6 Apr 2018 09:40:25 +0000 (11:40 +0200)
I use vim in the terminal and the advice causes an annoying flicker.

gitconfig.in

index bcef8fbecb5c84b767a147cd4dbb7522c2b58116..50d88a9191c495a5cddd5f3d645e929c3983a6e9 100644 (file)
        # receive-pack and git fetch (>= 1.7.8, for fetch)).
        fsckObjects = true
 
+[advice]
+       # Disable annoying advice messages.
+       waitingForEditor = false
+
 
 # NON-GIT SETTINGS