Skip to content

As the commit says, the current option regex only matches zero or one leading space, although the comments state that any number of leading spaces are allowed. #19

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

Merged
merged 1 commit into from
May 24, 2011

Conversation

jkeating
Copy link
Contributor

The regex comments state that any number of leading tabs or spaces
should be allowed, however the regex was only catching zero or one
space. This allows multiple spaces.

The regex comments state that any number of leading tabs or spaces
should be allowed, however the regex was only catching zero or one
space.  This allows multiple spaces.
Byron added a commit that referenced this pull request May 24, 2011
As the commit says, the current option regex only matches zero or one leading space, although the comments state that any number of leading spaces are allowed.
@Byron Byron merged commit b306169 into gitpython-developers:master May 24, 2011
@Byron
Copy link
Member

Byron commented May 24, 2011

Thanks !
This should make the config parsing more flexible.

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

Successfully merging this pull request may close these issues.

2 participants