Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] How to get teh RevCommit objects for a list of changesers in one call?

Sorry, please ignore the second loop. I removed some lines before sending the mail and without those it really makes no sense.
What I want is: avoid calling the RevCommit commit = changeLogWalk.parseCommit(changesetId); for each commit id and get all revcommit ina single method invocation. Is this possible?

Akos



> Il giorno 01/set/2015, alle ore 23:17, Matthias Sohn <matthias.sohn@xxxxxxxxx> ha scritto:
> 
> RevCommit commit = changeLogWalk.parseCommit(changesetId);


Back to the top