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

fix(git): Git commit search regex pattern improved to disable space chars in commit subject #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erayalakese
Copy link

@erayalakese erayalakese commented Aug 30, 2019

A bug in the regex pattern was causing all commit subjects which contain colon to catch by regex. Fixed by disabling space character in type.

Before this change, this commit message was caught by regex:

'Merge branch \'master\' of github.com:erayalakese/adventure'

which shouldn't be in the change log.

…hars in commit subject

A bug in the regex pattern was causing all commit subjects which contain colon to catch by regex. Fixed by disabling space character in `type`
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.

None yet

1 participant