X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=vcs%2Fgitconfig.in;fp=vcs%2Fgitconfig.in;h=c8b2304537451412088d521366174a882cda5656;hp=ce370a50f45fc3fc70457f34b26365c769d39d26;hb=9712dbc77b5c9860f1a6a42bfab49c12c19203a9;hpb=c6d4ddd552ee8c9ecda52e806bfe5d706baf307c diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index ce370a5..c8b2304 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -174,6 +174,10 @@ # Highlight moved code in a different color. colorMoved = zebra + # Highlight whitespace errors (at the end of the line) in all lines of + # a diff; the default shows them only in new lines + wsErrorHighlight = old,new,context + # Replace "a/" and "b/" prefix in diffs with characters describing the # context (e.g. "i/"ndex and "w/"ork tree). mnemonicprefix = true