Skip to content

Changes

Summary

  1. Add parseCommit(AnyObjectId) method to Repository. (details)
Commit f9b69677f643a694ec403666a30de2f3d146dd73 by David Pursehouse
Add parseCommit(AnyObjectId) method to Repository.

It is quite common to want to parse a commit without already having a
RevWalk.  Provide a shortcut to do so to make it more convenient, and to
ensure that the RevWalk is released afterwards.

Signed-off-by: Martin Fick<mfick@codeaurora.org>
Change-Id: I9528e80063122ac318f115900422a24ae49a920e
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java