Hacker News new | ask | show | jobs
by iqkznnft 1462 days ago
I believe git log is limited by the number of lines on the screen...
1 comments

It may operate in a streaming fashion if it's going to a pager, but naw it'll output however much you want.

Technically it has modes which need to scan all commits in the current branch as well, like the ones that grep for certain changes.