Community
Participate
Working Groups
Build Identifier: jgit-cli log command should support --maxcount Seems like the way to do this would be to create a RevFilter for counting commits. Which is what I did. CommitCountRevFilter has max(int) for limiting results. Doubt anyone would want min(int) or some such, but that was the thinking. Reproducible: Always
Created attachment 171780 [details] patch file adding CommitCountRevFilter
Created attachment 171781 [details] simple test for CommitCountRevFilter
Created attachment 171782 [details] adds the --max-count argument
You should propose this change to gerrit [1] as described in our contributors guide [2]. I can help you with that or do that for you. Please tell what you prefer.
Pushed a changeset as http://egit.eclipse.org/r/4827, didn't use Denny's patches.
248959146a383ecbcd6e55919a9595c3b3b7467d merged