]> source.dussan.org Git - jgit.git/commit
Allow ReceivePack callers to configure their own ObjectChecker 87/23287/1
authorShawn Pearce <spearce@spearce.org>
Wed, 12 Mar 2014 23:36:07 +0000 (16:36 -0700)
committerShawn Pearce <spearce@spearce.org>
Wed, 12 Mar 2014 23:36:07 +0000 (16:36 -0700)
commitd300609495fc52f19535a8d541ec3a848aad3f5d
tree4e3058df20c19aa4678b47ab20ca3b44990cf2d4
parent0aa682fc68a80704160102fc07dea5611c010746
Allow ReceivePack callers to configure their own ObjectChecker

PackParser permits supplying a specific ObjectChecker instance.
Allow this to be passed through ReceivePack, giving the caller
more flexibility to configure the implementation.

Change-Id: I9440dd25588008626222f33bfd697f57c05b439e
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java