Skip to content

Add support for searching commit log messages

This updates project search to include the log messages of recent commits, adding functionality similar to that of git log --grep. Currently, it searches the last 1000 commits, but perhaps this could be made configurable.

screenshot

Merge request reports