aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/repo/git.bzl
Commit message (Expand)AuthorAge
* git.bzl: also clone branches with --depth=1Gravatar Klaus Aehlig2018-08-08
* Replace cd with git -C during in git skylark rulesGravatar Ed Baunton2018-08-07
* git_repository could use HTTP_PROXY to clone repositoryGravatar wylazy2018-08-07
* Fix the ordering of month and day.Gravatar Ed Schouten2018-08-07
* git_repository: remove .git directoryGravatar Klaus Aehlig2018-07-17
* git_repository: support branch as wellGravatar Klaus Aehlig2018-07-03
* Fix typo in docGravatar dannark2018-07-02
* git_repository: return actual commitGravatar Klaus Aehlig2018-06-15
* Skylark repositories: support additional arguments for the patch toolGravatar Klaus Aehlig2018-06-13
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* shallow_since tests and doc improvementsGravatar Ed Baunton2018-05-24
* git.bzl: fall back to full clone if shallow options are not supportedGravatar Klaus Aehlig2018-05-24
* http_archive: Support workspace_file and workspace_file_contentsGravatar Klaus Aehlig2018-05-16
* 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