]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: add alias for diff --cached --stat (dcs)
[config/dotfiles.git] / gitconfig.in
index cb2b159b962996a4aea072db110c25af2cfabcc1..1f24fb838fa0b02438214e32b7f10ca722da2dc7 100644 (file)
@@ -29,7 +29,7 @@
        # Hunk header.
        frag = magenta bold
        # Function in hunk header.
-       func = magenta bold
+       func = blue bold
        # Removed lines.
        old = red bold
        # Added lines.
        cad = commit --verbose --amend --date=
        d   = diff
        dw  = diff --color-words
+       ds  = diff --stat
        dc  = diff --cached
        dcw = diff --cached --color-words
-       ds  = diff --stat
+       dcs = diff --cached --stat
        g   = grep
        s   = status
        l   = log