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.
1 parent 5cb2e16 commit 2c15c00Copy full SHA for 2c15c00
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