X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=50d88a9191c495a5cddd5f3d645e929c3983a6e9;hb=e64f5aca9dff4e4a0cd8ced5d8131a06addb85ab;hp=3f3c04142466acc57a23d87fe40a3641c03f9909;hpb=bd2c09e26e941a4421ab916b886b40bfecb93330;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index 3f3c041..50d88a9 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -37,8 +37,8 @@ # Commit headers. commit = cyan -# GNU grep-like colors. [color "grep"] + # GNU grep-like colors. filename = magenta linenumber = green @@ -48,8 +48,8 @@ # (2011-11-09 13:23 CET). attributesfile = PWD/gitattributes -# Use pager for the following commands. [pager] + # Use pager for the following commands. status = true tag = true @@ -214,6 +214,11 @@ # 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 @@ -230,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