We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have like or regex keywords to search commits by part of the message like this:
select message from commits where message like "%console.log%"
to have all commits that have console.log in it or when count(*) is added
select count(*) from commits where message like "%console.log%"
The text was updated successfully, but these errors were encountered:
that would be great to have, it is in TODO now :)
TODO
Sorry, something went wrong.
Implementing a where clause like and grouping mechanisms like count(*) should be in different issues.
like
count(*)
There is already an issue for count(*) #26
It's done by @jsixface :)
No branches or pull requests
It would be nice to have like or regex keywords to search commits by part of the message like this:
to have all commits that have console.log in it or when count(*) is added
The text was updated successfully, but these errors were encountered: