Skip to content

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

Open
erayalakese wants to merge 1 commit intolob:masterfrom
erayalakese:patch-1
Open

fix(git): Git commit search regex pattern improved to disable space chars in commit subject#55
erayalakese wants to merge 1 commit intolob:masterfrom
erayalakese:patch-1

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.

1 participant