diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-03 23:41:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 00:08:21 +0200 |
commit | aa62f191d02c19073c22a5e33e4a07c54a67efa7 (patch) | |
tree | e3ca1dce3fc78830075f84a90b0a12b338cb8416 /WORKSPACE | |
parent | 60283a58a79578a41ba31d2f57ac2ef7cf2e1521 (diff) | |
parent | c8e42ca3ba646afe35e635eb0ebac6c76ddca6cd (diff) | |
download | jgit-aa62f191d02c19073c22a5e33e4a07c54a67efa7.tar.gz jgit-aa62f191d02c19073c22a5e33e4a07c54a67efa7.zip |
Merge branch 'stable-5.1' into stable-5.2
* stable-5.1:
Prepare 5.1.12-SNAPSHOT builds
JGit v5.1.11.201909031202-r
Prepare 4.11.10-SNAPSHOT builds
JGit v4.11.9.201909030838-r
Bazel: Update bazlets to the latest master revision
Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file
BatchRefUpdate: repro racy atomic update, and fix it
Delete unused FileTreeIteratorWithTimeControl
Fix RacyGitTests#testRacyGitDetection
Change RacyGitTests to create a racy git situation in a stable way
Silence API warnings
Change-Id: Iac5dc9683cea97db04d20f27c10f2e103d3ae7b5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ versions.check(minimum_bazel_version = "0.19.0") load("//tools:bazlets.bzl", "load_bazlets") -load_bazlets(commit = "8528a0df69dadf6311d8d3f81c1b693afda8bcf1") +load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2") load( "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", |