diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-03 14:23:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-03 14:28:49 +0200 |
commit | b0fd436c62eb8874a1efadbc42fa3fedcd4ec578 (patch) | |
tree | 8a0d1ef711c89cd345e862cb98d6938eb49438bb /WORKSPACE | |
parent | f90c526cfb8259bf1c4c98d07457df1343c57433 (diff) | |
parent | dc0e5d34e61293fbf5aa616269776831864a5c03 (diff) | |
download | jgit-b0fd436c62eb8874a1efadbc42fa3fedcd4ec578.tar.gz jgit-b0fd436c62eb8874a1efadbc42fa3fedcd4ec578.zip |
Merge branch 'stable-4.10' into stable-4.11
* stable-4.10:
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: If672b4f0c350f4e8ff7e1e706485cffd8137236d
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
@@ -2,7 +2,7 @@ workspace(name = "jgit") load("//tools:bazlets.bzl", "load_bazlets") -load_bazlets(commit = "3afbeab55ece585dbfc7a980bf7214b24ddbbe86") +load_bazlets(commit = "09a035e98077dce549d5f6a7472d06c4b8f792d2") load( "@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", |