1. ceeb9b8 Attempt to git fetch only specified commit by Michael Hackner · 4 years, 6 months ago
  2. 7009735 Add attr for recursively setting up git submodules by Keith Smiley · 4 years, 8 months ago
  3. 8c937f3 Fix git_repository _error function arguments to string conversion. by ichern · 4 years, 9 months ago
  4. 6757711 Use the Maven artifact ID as the canonical_id in jvm_maven_import_external. by Googler · 4 years, 9 months ago
  5. 8062ca4 Switch to a more recent version of Stardoc by wyv · 4 years, 10 months ago
  6. e75ed02 Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule by Jingwen Chen · 5 years ago
  7. 964f933 Fix typo in documentation of `workspace_and_buildfile` by hannometer · 5 years ago
  8. 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 5 years ago
  9. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 5 years ago
  10. 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 5 years ago
  11. 3c89a91 Set default location for .netrc file for Windows by Yun Peng · 5 years ago
  12. db64550 Extend http downloader to add support for non-standard authorization headers by Cristian Hancila · 5 years ago
  13. a948eb7 Allow patching WORKSPACE and BUILD files in http_archive. by philwo · 5 years ago
  14. 7392b1e Let http_archive copy WORKSPACE and BUILD files instead of symlinking them. by philwo · 5 years ago
  15. 3e5ece3 http_file: Support canonical_id attribute by David Ostrovsky · 5 years ago
  16. cfda041 Make http_jar rule forward compatible by George Gensure · 5 years ago
  17. e91dca4 utils.bzl: remove unneeded ctx.delete by Klaus Aehlig · 5 years ago
  18. 16c4ce4 jvm.bzl: Load Java rules from @rules_java by Ryan Beasley · 5 years ago
  19. df52777 Support parsing netrc files with comments by Jingwen Chen · 5 years ago
  20. 14513cd Add @repo//jar:file target to java_import_external and jvm_maven_import_external by Jingwen Chen · 5 years ago
  21. e9bef0c Add missing full stop. by Googler · 5 years ago
  22. b892fd2 Allow patch arguments to be specified as function parameters by Andrew Suffield · 6 years ago
  23. c3d73f7 Readd support for authentication and .netrc by Klaus Aehlig · 6 years ago
  24. a0e3bb2 Remove support for authentication and .netrc by Dmitry Lomov · 6 years ago
  25. 902e7e5 preamble to Starlark rule documentation: mention label by Klaus Aehlig · 6 years ago
  26. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  27. 1828f0c Replace existing_rules with existing_rule in the maybe function by laurentlb · 6 years ago
  28. d3a3013 Fix "assuumes" typo by Googler · 6 years ago
  29. 2c04648 Fix git_repository rule to support fetching a commit on a tag by ichern · 6 years ago
  30. 9cf8ebd Fix for starlark incompatible change by brandjon · 6 years ago
  31. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  32. 92cb224 Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style by Jin · 6 years ago
  33. 4e5e8bb read_netrc: read file directly by Klaus Aehlig · 6 years ago
  34. 80a63d7 Use native patch API in http_archive and git_repository by Yun Peng · 6 years ago
  35. c26e339 Make http_archive honor $HOME/.netrc by Klaus Aehlig · 6 years ago
  36. e1e074c Make http_archive accept a .netrc file by Klaus Aehlig · 6 years ago
  37. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  38. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago
  39. f9efb24 Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9 by jingwen · 6 years ago
  40. 9c913b9 Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  41. 24cf645 Add a utility function for parsing .netrc files by Klaus Aehlig · 6 years ago
  42. aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
  43. 7247b0b Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771. by pcloudy · 6 years ago
  44. 50a2d6c Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  45. 5bb81c1 Expand documentation of patch_args for git_repository by Dave Lee · 6 years ago
  46. 4f13309 git.bzl: correctly quote shallow_since by Klaus Aehlig · 6 years ago
  47. c917ab2 Implement artificial cache sepration by Klaus Aehlig · 6 years ago
  48. 7ffeeff Repository rules: Don't remove BUILD by pcloudy · 6 years ago
  49. c6207b4 Repository rules: Get rid of rm command in utils.bzl by pcloudy · 6 years ago
  50. 1ac17cf Repository rules: Remove used function by pcloudy · 6 years ago
  51. cbe6aed http.bzl: Use syntactically correct checksums in examples by Klaus Aehlig · 6 years ago
  52. 800b103 utils.bzl: improve doc strings by Klaus Aehlig · 6 years ago
  53. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  54. 8808f95 Repository rules: add the load statement to the example by Klaus Aehlig · 6 years ago
  55. 852c11f Switch generation of documentation from Skydoc to Stardoc by Klaus Aehlig · 6 years ago
  56. 6f52fca Generate documentation for embedded repository rules by Klaus Aehlig · 6 years ago
  57. d8ffad5 Make jvm_import_external.licenses optional. by Benjamin Peterson · 6 years ago
  58. d79786d git_repository: properly quote shallow argument by Klaus Aehlig · 6 years ago
  59. 4d33dd2 Avoid deletion of repository directory in repository_ctx by Jannis Andrija Schnitzer · 6 years ago
  60. 11b46c3 jvm import external advancements by Ittai Zeidman · 6 years ago
  61. 02fda30 Make git_repository use shared update attr function. by dannark · 6 years ago
  62. 94e1dcc Make http_* rules return a checksum even if one wasn't provided to be recorded in the resolved file. by dannark · 6 years ago
  63. 76c6aa7 Switch from skylark_libarary to bzl_library by Klaus Aehlig · 6 years ago
  64. 39688b2 git.bzl: Use the "raw" format when generating the shallow_since date. by philwo · 6 years ago
  65. 4a74c52 Correct misspelled English words in the Bazel's tools/... directory by jingwen · 6 years ago
  66. f8bc212 Skylark repositories: report major steps by Klaus Aehlig · 6 years ago
  67. 09f7cbc Update "name" attr doc for all rules to say "target" instead of "rule" by brandjon · 6 years ago
  68. 49b7d05c Add mandatory `rule_name` attribute to jvm_maven_import_external. by jingwen · 7 years ago
  69. cb4137e Fix typos in http rule documentation by David Pursehouse · 7 years ago
  70. e02c42c Fix typo in java_import_external rule by David Ostrovsky · 7 years ago
  71. dc4f62d git/http.bzl: fix doc string about build_file by Klaus Aehlig · 7 years ago
  72. 871cd6f Add a skylark_library target for tools/build_defs/repo by cparsons · 7 years ago
  73. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  74. 319157b external repos: fix typo confusing workspace_file_content and build_file_content by Klaus Aehlig · 7 years ago
  75. af33d82 git.bzl: also clone branches with --depth=1 by Klaus Aehlig · 7 years ago
  76. 2c9c05b Add option to specify name for downloaded file to http_file skylark rule by Nicolas Lopez · 7 years ago
  77. 4ca4b45 Replace cd with git -C during in git skylark rules by Ed Baunton · 7 years ago
  78. 68154e6 git_repository could use HTTP_PROXY to clone repository by wylazy · 7 years ago
  79. 7ee806c Fix the ordering of month and day. by Ed Schouten · 7 years ago
  80. e39991a git_repository: remove .git directory by Klaus Aehlig · 7 years ago
  81. d0d5533 http.bzl: Use allow_single_file for labels by Ed Baunton · 7 years ago
  82. 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
  83. e5a7db9 Delete git_repositories.bzl. The file has been a simple redirect to git.bzl for well over a year and a half. by dannark · 7 years ago
  84. 6c87dfc Fix typo in doc by dannark · 7 years ago
  85. eed98a6 http_archive: remove noisy debug prints by Jeremy Nimmer · 7 years ago
  86. d753745 Fix typo in http.bzl by Loo Rong Jie · 7 years ago
  87. e926cfc shell tests, windows: enable more tests by Laszlo Csomor · 7 years ago
  88. b42734f git_repository: return actual commit by Klaus Aehlig · 7 years ago
  89. ea21195 Skylark repos: for failed patch command, also report stdout by Klaus Aehlig · 7 years ago
  90. 348225e Skylark repositories: support additional arguments for the patch tool by Klaus Aehlig · 7 years ago
  91. c34d6ee Add support for aar_import_external and aar_maven_import_external by Jingwen Chen · 7 years ago
  92. 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
  93. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  94. 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
  95. 70733df shallow_since tests and doc improvements by Ed Baunton · 7 years ago
  96. 7458a5f git.bzl: fall back to full clone if shallow options are not supported by Klaus Aehlig · 7 years ago
  97. 17735dd http.bzl: add http_jar by Klaus Aehlig · 7 years ago
  98. 4c6e784 http_archive: Support workspace_file and workspace_file_contents by Klaus Aehlig · 7 years ago
  99. bd16ab9 http.bzl: drop outdated comment by Klaus Aehlig · 7 years ago
  100. ccd54bd Support patching of git repositories as well by Klaus Aehlig · 7 years ago