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

Enforce the pre-conditions on the messages analysis #74

Merged
merged 2 commits into from
Dec 29, 2020

Conversation

adamtornhill
Copy link
Owner

Solves issue #57

The messages analysis requires a commit message. The commit message isn't included in the git2 format, and hence the analysis doesn't find anything to analyse. The old behavior was to simply return an empty result set. This was confusing, so I've changed it do fail instead.

Note that the message analysis can easily be done from a shell via git log --pretty=format:'%s' | grep -o "[Bb]ug"

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

Successfully merging this pull request may close these issues.

1 participant