output of sq-git log gets too long

The number of lines in the output of sq-git log grows with the length of the commit range being checked. When the range gets long, it can get inconvenient to scroll to see the whole output.

Maybe in isolated usage this is less of a problem, as some times only the last lines are needed to know whether authentication was successful or not. But the issue becomes worse when sq-git log is used as part of Git hooks and there's useful content one would like to see before the run of sq-git log (eg. the list of pulled files, or the output of linting commands).

It'd be great if sq-git log had an option for shorter output that, for example, hides the positive verifications. Maybe --summary?

We experimented with parsing the output but, especially in the context of client-side hooks that can't really prevent pull operations, we were afraid to have false positives and/or miss important info. We also thought that filing an issue upstream could help improve the output for more users.