commit | ceeb9b8c59141a706d9a931038465c50243dfb0a | [log] [tgz] |
---|---|---|
author | Michael Hackner <mhackner@gmail.com> | Wed Sep 23 08:37:51 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 23 08:38:57 2020 -0700 |
tree | 55eb8adadf0f3601e5550d16dba156e1167ad023 | |
parent | 4b55f5b6016e5aefc3b467a0b73cc9318ae13840 [diff] |
Attempt to git fetch only specified commit The Git server config setting uploadpack.allowReachableSHA1InWant and friends allow git fetch to request a particular commit, which is more efficient than fetching all refs and then checking out the commit locally. Attempt to do this, and fall back to fetching everything if it fails. Resolves #8969 Closes #10137. PiperOrigin-RevId: 333298608
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md