X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=9fd76ba7af18af483ad9134f5d91665e96c91999;hb=0364d08152c0e6613d6fb3580a22f7d042c84439;hp=846f013e56a8832e3e7d2d787c0ddf5850f4faa6;hpb=cd16f7b634107cfee3150314986040558690fa46;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index 846f013..9fd76ba 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -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 @@ -173,6 +174,9 @@ # 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