diff-options.txt: avoid "regex" overload in example
commit9299f84921e0bd076cf998aa852fadb73627756f
authorMartin Ågren <martin.agren@gmail.com>
Thu, 6 Feb 2020 20:53:01 +0000 (6 21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Feb 2020 17:25:24 +0000 (9 09:25 -0800)
tree1a9f469832b9b968e346e76904af2057431fad82
parenta7312d1a28ff3ab0a5a5427b35f01d943103cba8
diff-options.txt: avoid "regex" overload in example

When we exemplify the difference between `-G` and `-S` (using
`--pickaxe-regex`), we do so using an example diff and git-diff
invocation involving "regexec", "regexp", "regmatch", ...

The example is correct, but we can make it easier to untangle by
avoiding writing "regex.*" unless it's really needed to make our point.

Use some made-up, non-regexy words instead.

Reported-by: Adam Dinwoodie <adam@dinwoodie.org>
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt