]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
tigrc: don't create ~/.tig_history
[config/dotfiles.git] / gitconfig.in
index 846f013e56a8832e3e7d2d787c0ddf5850f4faa6..9fd76ba7af18af483ad9134f5d91665e96c91999 100644 (file)
@@ -79,6 +79,7 @@
        ls  = log --stat
        lp  = log --patch
        lpw = log --patch --color-words
+       ld  = show --date=short -s --pretty='format:%h (\"%s\", %ad)' # describe
        a   = add
        ap  = add --patch
        au  = add --update
        # Diff algorithm to use.
        algorithm = histogram
 
+       # Highlight moved code in a different color.
+       colorMoved = zebra
+
        # Replace "a/" and "b/" prefix in diffs with characters describing the
        # context (e.g. "i/"ndex and "w/"ork tree).
        mnemonicprefix = true