diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 23:10:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-15 23:10:12 +0200 |
commit | 8a3158c551fabdce759cecdc61ee3aff50f0bd50 (patch) | |
tree | 6605a838195602b4a830f171a0e35d98a0735c44 /org.eclipse.jgit.benchmarks | |
parent | 7d4f3c22ab26b98b703873c3554fec514f109752 (diff) | |
parent | 78043b07e2cecce87d9544084159878dec435a2d (diff) | |
download | jgit-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.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/BUILD b/org.eclipse.jgit.benchmarks/BUILD index 7e331b101a..ecd268c4b8 100644 --- a/org.eclipse.jgit.benchmarks/BUILD +++ b/org.eclipse.jgit.benchmarks/BUILD @@ -8,6 +8,8 @@ jmh_java_benchmarks( name = "benchmarks", srcs = SRCS, deps = [ + "//lib:javaewah", + "//lib:slf4j-api", "//org.eclipse.jgit:jgit", ], ) |