aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/repo/git.bzl
Commit message (Expand)AuthorAge
* Support patching of git repositories as wellGravatar Klaus Aehlig2018-03-01
* external repos: add a Skylark library for common tasksGravatar Klaus Aehlig2018-02-28
* new_git_repository: support date-based shallow clonesGravatar Klaus Aehlig2018-02-13
* git_repository: add missing args to doc stringGravatar Klaus Aehlig2018-02-12
* Change git clone to pull all history, so all needed commits can be accessed.Gravatar John Cater2018-01-30
* Use BAZEL_SH if available instead of hard-coding bash in git.bzlGravatar Dmitry Lomov2018-01-15
* Add support for strip_prefix to {new_}git_repository skylark rulesGravatar Ed Baunton2018-01-10
* Use --depth=1 on git clone for git_repository skylark rulesGravatar Ed Baunton2018-01-08
* fix git.bzl error when outputRoot is in a git repoGravatar kabakaev2018-01-08
* Remove usages of `+` on dictsGravatar vladmos2018-01-03
* Expressly fetch remote and ref when using git_repositoryGravatar Ed Baunton2017-11-29
* Add tests for the Skylark-based implementation of git repository rules.Gravatar John Cater2017-10-11
* Fix lint errors in git.bzl and change ctx.fail to the correct fail.Gravatar jcater2017-06-09
* Name generated BUILD files `BUILD.bazel` to avoid name conflicts.Gravatar John Millikin2017-06-08
* Move Skylark git_repository rules to git.bzl.Gravatar David Chen2016-09-14