]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: disable annoying editor advice message
[config/dotfiles.git] / gitconfig.in
index b79130cf07ccb71f31d159f7d6d68793696e4c36..50d88a9191c495a5cddd5f3d645e929c3983a6e9 100644 (file)
        # Merge upstream branch if `git merge` is called without arguments.
        defaultToUpstream = true
 
+[rebase]
+       # Use single-letter command names in git rebase -i which are faster to
+       # change.
+       abbreviateCommands = true
+
 [push]
        # When running git push without a refspec push only the current
        # branch, see man page git-config(1) for details. Default since Git
        # receive-pack and git fetch (>= 1.7.8, for fetch)).
        fsckObjects = true
 
+[advice]
+       # Disable annoying advice messages.
+       waitingForEditor = false
+
 
 # NON-GIT SETTINGS