]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Don't require <Return> in `git add --patch`.
authorSimon Ruderich <simon@ruderich.org>
Mon, 11 Mar 2013 13:42:43 +0000 (14:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 11 Mar 2013 13:42:43 +0000 (14:42 +0100)
gitconfig.m4

index 263723c519c1e4029eefd3bf003f3302ad1c8cfb..385166463fbae888093976962b2987521310a21b 100644 (file)
@@ -50,6 +50,11 @@ include(../lib.m4)
        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.
        #