You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: gitdiffcore: -G and -S: Use regex/string placeholders
In the rest of the documentation (and in the code) we use `regex` and
`string` as `-G` and `-S` argument placeholders. While
`regular-expression` and `block-of-text` are a bit easier to read, it is
a bit consistent.
And we could assume that everyone who uses git should be able to
understand that a "string" and a "block-of-text", as well as a "regex"
and "regular-expression" are the same thing. So, using a shorter
version is also more consistent.
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments