git icon indicating copy to clipboard operation
git copied to clipboard

Hard limit of 100 commits in `Repository.searchCommits`

Open mechmind opened this issue 9 years ago • 1 comments

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?

mechmind avatar Jan 19 '16 00:01 mechmind

Yes... you can change it to pass the limit through argument.

unknwon avatar Jan 26 '16 07:01 unknwon