]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
gitignore,gitconfig: Remove gitignore file.
[config/dotfiles.git] / gitconfig.m4
index 263723c519c1e4029eefd3bf003f3302ad1c8cfb..159cbaacf36bb4a51e7f631221b730ded013e337 100644 (file)
@@ -42,14 +42,17 @@ include(../lib.m4)
 
 [core]
        editor = vim
-       # Can't use ~/ because of older git versions.
-       excludesfile = GITIGNORE
 
 # Use pager for the following commands.
 [pager]
        status = yes
        tag = yes
 
+[interactive]
+       # Don't require <Return> in interactive commands which require only a
+       # single key, for example `git add --patch`.
+       singlekey = yes
+
 [alias]
        ## Shortcuts for often used commands.
        #