]> source.dussan.org Git - jgit.git/commit
Extract a class for signed push configuration 94/50294/6
authorDave Borowitz <dborowitz@google.com>
Mon, 15 Jun 2015 19:25:14 +0000 (15:25 -0400)
committerDave Borowitz <dborowitz@google.com>
Thu, 18 Jun 2015 13:50:11 +0000 (09:50 -0400)
commit8d0cedf2ecffd7e9f7c986ee1d46cc3a9087eb85
tree19d2968c6238d141928e417495fe5972685dd6cd
parente26d0c8acebd0b602afa9beb8d676b77ca082c12
Extract a class for signed push configuration

The default behavior is to read a repository's signed push
configuration from that repo's config file, but this is not very
flexible when it comes to managing groups of repositories (e.g. with
Gerrit). Allow callers to override the configuration using a POJO.

Change-Id: Ib8f33e75daa0b2fbd000a2c4558c01c014ab1ce5
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushCertificateParserTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/SignedPushConfig.java [new file with mode: 0644]