git
git copied to clipboard
Hard limit of 100 commits in `Repository.searchCommits`
Hi.
I am currently rewriting last bits of library that use git binary invocation and found that searchCommits will look only for 100 commits. Should I copy that behavior or remove limit?
Yes... you can change it to pass the limit through argument.