We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 712a12e + 2c15c00 commit 2cc3640Copy full SHA for 2cc3640
Documentation/diff-options.txt
@@ -267,6 +267,9 @@ expression to make sure that it matches all non-whitespace characters.
267
A match that contains a newline is silently truncated(!) at the
268
newline.
269
+
270
+For example, `--word-diff-regex=.` will treat each character as a word
271
+and, correspondingly, show differences character by character.
272
++
273
The regex can also be set via a diff driver or configuration option, see
274
linkgit:gitattributes[1] or linkgit:git-config[1]. Giving it explicitly
275
overrides any diff driver or configuration setting. Diff drivers
0 commit comments