aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/repository/GitRepositoryFunction.java
Commit message (Expand)AuthorAge
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Avoid using jGit when we know how to download an archiveGravatar kchodorow2017-04-11
* Inject the digest of the marker file in the RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-19
* Remote repositories: add the infrastructure for extending the marker file Gravatar Damien Martin-Guillerez2017-01-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Check for lower-case versions of HTTP(S)_PROXYGravatar Kristina Chodorow2016-05-05
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Clearer error message if git repository cannot be cloned. Minor style cleanup.Gravatar David Chen2016-01-22
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Add git_repository and new_git_repository workspace rules.Gravatar David Chen2015-07-17