]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Use --patience for diffs.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:31:19 +0000 (17:31 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:31:19 +0000 (17:31 +0200)
gitconfig.m4

index 2f1ee7afce180aed06e31f5ce2839b5245cba1d9..71785d92ea12e4faf0424c99c4c3dc041ca0fc11 100644 (file)
@@ -25,14 +25,14 @@ include(../lib.m4)
        # Shortcuts for often used commands.
        c  = commit -v
        ci = commit -v
-       d  = diff
-       di = diff
-       dc = diff --cached
+       d  = diff --patience
+       di = diff --patience
+       dc = diff --patience --cached
        s  = status
        st = status
        l  = log
        ls = log --stat
-       lp = log -p
+       lp = log -p --patience
        glog = log --pretty=oneline --graph --all
        a  = add
        ap = add -p