]> source.dussan.org Git - jgit.git/commit
Expose pack fetch/push connections for subclassing 46/1246/3
authorShawn O. Pearce <spearce@spearce.org>
Wed, 4 Aug 2010 00:40:01 +0000 (17:40 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 21 Aug 2010 00:59:36 +0000 (17:59 -0700)
commit2b23aac1c01f1df0d22d1ef052b87d9c462e6b77
tree01575efe24aea7974a31f1f46dad4f69050b635c
parent28ba4747bc166243ecff86cdc7460cbc969a8eb4
Expose pack fetch/push connections for subclassing

These classes need to be visible if an application wants to define
its own native pack based protocol embedded within another layer,
much like we already support for smart HTTP.

Change-Id: I7e2ac3ad01d15b94d340128a395fe0b2f560ff35
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackPushConnection.java