Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular expression syntax #1951

Open
nnlkcncff opened this issue May 19, 2024 · 0 comments
Open

Regular expression syntax #1951

nnlkcncff opened this issue May 19, 2024 · 0 comments

Comments

@nnlkcncff
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant