aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.repository
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-10-15 23:10:12 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-10-15 23:10:12 +0200
commit8a3158c551fabdce759cecdc61ee3aff50f0bd50 (patch)
tree6605a838195602b4a830f171a0e35d98a0735c44 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository
parent7d4f3c22ab26b98b703873c3554fec514f109752 (diff)
parent78043b07e2cecce87d9544084159878dec435a2d (diff)
downloadjgit-8a3158c551fabdce759cecdc61ee3aff50f0bd50.tar.gz
jgit-8a3158c551fabdce759cecdc61ee3aff50f0bd50.zip
Merge branch 'stable-5.13'
* stable-5.13: Fix missing peel-part in lsRefsV2 for loose annotated tags Fix RevWalk.getMergedInto() ignores annotated tags Optimize RevWalk.getMergedInto() reftable: drop code for truncated reads reftable: pass on invalid object ID in conversion Update eclipse-jarsigner-plugin to 1.3.2 Fix running benchmarks from bazel Update eclipse-jarsigner-plugin to 1.3.2 Add org.bouncycastle.bcutil to p2 repository Change-Id: I789e3c84045cc9dcd8a26de34d09fc1e3ccc41e7
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml
index a56cf0a1f2..ca0935a514 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml
@@ -147,6 +147,12 @@
<bundle id="org.bouncycastle.bcprov.source">
<category name="JGit-dependency-bundles"/>
</bundle>
+ <bundle id="org.bouncycastle.bcutil">
+ <category name="JGit-dependency-bundles"/>
+ </bundle>
+ <bundle id="org.bouncycastle.bcutil.source">
+ <category name="JGit-dependency-bundles"/>
+ </bundle>
<bundle id="org.kohsuke.args4j">
<category name="JGit-dependency-bundles"/>
</bundle>