diff options
author | Jonathan Nieder <jrn@google.com> | 2018-12-26 13:26:23 -0800 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2018-12-26 13:26:23 -0800 |
commit | f909de5c44900cb89a92ebcb1923789ee4e8e100 (patch) | |
tree | 43638c8f95b11b35013e6357693289511a01e88c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | |
parent | 3cb80a433df9d4d0a5eb8ac3d86f39dc9c8fc9d1 (diff) | |
parent | 53ab1188d50149a22b2589e6017aba259f77b10b (diff) | |
download | jgit-f909de5c44900cb89a92ebcb1923789ee4e8e100.tar.gz jgit-f909de5c44900cb89a92ebcb1923789ee4e8e100.zip |
Merge branch 'stable-5.1' into stable-5.2
* stable-5.1:
UploadPack: Avoid calling AdvertiseRefsHook twice
Prepare 5.1.5-SNAPSHOT builds
JGit v5.1.4.201812251853-r
UploadPack: Filter refs used for want-ref resolution
UploadPack: Defer want-ref resolution to after parsing
Call AdvertiseRefsHook for protocol v2
Prepare 4.11.7-SNAPSHOT builds
JGit v4.11.6.201812241910-r
Prepare 4.9.9-SNAPSHOT builds
JGit v4.9.8.201812241815-r
UploadPack: Test filtering by AdvertiseRefsHook in stateless transports
Prepare 4.7.8-SNAPSHOT builds
JGit v4.7.7.201812240805-r
Fix feature versions imported by feature org.eclipse.jgit.pgm
Prepare 4.5.6-SNAPSHOT builds
JGit v4.5.5.201812240535-r
Call AdvertiseRefsHook before validating wants
Change-Id: I5879df9b723a0dbf6a1eff89a34bbb269f3b773d
Signed-off-by: Jonathan Nieder <jrn@google.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index c0e2bead35..e4a75ad4f6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -82,4 +82,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |