diff options
author | Jonathan Nieder <jrn@google.com> | 2018-12-26 15:36:39 -0800 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2018-12-27 14:07:41 -0800 |
commit | b4e415f8a993a0fff34eaeb2010864a63a6737c6 (patch) | |
tree | 6ec9700f871f1124403fbcd5fdcb4d36d5c4167d /org.eclipse.jgit/META-INF | |
parent | b2ec6405e4f3321e64bdbc2287435b78fabef971 (diff) | |
download | jgit-b4e415f8a993a0fff34eaeb2010864a63a6737c6.tar.gz jgit-b4e415f8a993a0fff34eaeb2010864a63a6737c6.zip |
Move first line parsing for v0 push out of BaseReceivePack
This simplifies the BaseReceivePack class and decreases its API
surface, which should make merging with ReceivePack easier.
Inspired by 6aca8899a5c02b3f6be7b9196cf5e935914476f0 (Move first line
parsing for v0/v1 pack negotiation out of UploadPack, 2018-09-17).
Change-Id: I1fc175d15aa7cb5968c26fc83a95480403af617c
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index ad2a9d381c..7d09fd6385 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -132,6 +132,7 @@ Export-Package: org.eclipse.jgit.annotations;version="5.3.0", org.eclipse.jgit.util, org.eclipse.jgit.util.io, org.eclipse.jgit.internal.storage.file, + org.eclipse.jgit.internal.transport.parser, org.eclipse.jgit.lib, org.eclipse.jgit.transport.http, org.eclipse.jgit.errors, |