On Mon, May 4, 2026 at 10:13 AM Xisco Fauli <[email protected]> wrote: > > https://git.libreoffice.org/core/+log is the one I use. Since it misses > the search by subject, I use git log --grep="<subject>" in my local > repository.
Since only a tiny fraction of commits bypass gerrit, you can also use the search in gerrit, to limit to subject of the commit message use subject:"subject to search", to search in full commit message use message:"stuff in commit message" ciao Christian
