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
There is no explanation of the regular expression syntax used by git (e.g. what syntax must be used for url.<base>.InsteadOf?). The only mention is:
diff.wordRegex
A POSIX Extended Regular Expression used to determine what is a "word" when performing word-by-word difference calculations. Character sequences that match the regular expression are "words", all other characters are ignorable whitespace.
It's not clear if the POSIX Extended Regular Expression is used everywhere in git. That information should be added somewhere in the documentation.
What problem will this solve?
Git regular expression syntax will be explained.
Have you thought about other solutions?
No response
Do you want to help with this enhancement idea?
No
The text was updated successfully, but these errors were encountered:
General overview of your idea.
There is no explanation of the regular expression syntax used by git (e.g. what syntax must be used for
url.<base>.InsteadOf
?). The only mention is:It's not clear if the POSIX Extended Regular Expression is used everywhere in git. That information should be added somewhere in the documentation.
What problem will this solve?
Git regular expression syntax will be explained.
Have you thought about other solutions?
No response
Do you want to help with this enhancement idea?
No
The text was updated successfully, but these errors were encountered: