aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar aehlig <aehlig@google.com>2018-02-20 01:20:37 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-20 01:22:14 -0800
commit49f805c028b225ecdfd3c05c1dbb4e09a09b9420 (patch)
tree9bc835d05042239255845acb2de834f1d09b8a69 /src/main/java
parent215c2d60edfb9cdf828118a2915f45d706aa095c (diff)
Fix jgit related documentation of new_git_repository
RELNOTES: None. PiperOrigin-RevId: 186272858
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewGitRepositoryRule.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewGitRepositoryRule.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewGitRepositoryRule.java
index 55e9bbb658..26eda95485 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewGitRepositoryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewGitRepositoryRule.java
@@ -132,9 +132,8 @@ the chances of being unable to download a dependency.
<li>Speed - <code>new_http_archive</code> multiplexes downloads to get the fastest possible rate.
You can also generally download a tarball that is a "shallow clone" of the repository, which
decreases the size of the download.
-<li>Library issues - This implementation uses jGit, which we've discovered
-<a href="https://github.com/bazelbuild/bazel/issues/2802">several issues</a> with. It also lacks
-support for some authentication types you might use with your system git.
+<li>Library issues - This implementation uses an old version of jGit and since this rule is
+deprecated, we don't plan to upgrade it.
</ul>
<p>Many git repository hosts serve tarballs of the repository, so depend on those if possible.