How do I find commits without comments?
Using the Advanced Search and EyeQL you can find commits that do not have comments using the following query:
select revisions from dir / where comment = "" group by changeset
Last modified on Oct 25, 2018
Powered by Confluence and Scroll Viewport.