diff-options.txt: avoid "regex" overload in example
authorMartin Ågren <redacted>
Thu, 6 Feb 2020 20:53:01 +0000 (21:53 +0100)
committerJunio C Hamano <redacted>
Sun, 9 Feb 2020 17:25:24 +0000 (09:25 -0800)
commit9299f84921e0bd076cf998aa852fadb73627756f
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 <redacted>
Signed-off-by: Martin Ågren <redacted>
Reviewed-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/diff-options.txt
git clone https://git.99rst.org/PROJECT