1. 19f1c45 Have 'fetch chromium' set up with .DEPS.git to support recursion. by agable@chromium.org · 10 years ago
  2. a97e6e1 Update to latest ninja. by Richard O'Grady · 10 years ago
  3. b682b3e Only clear cache locks if the cache exists. by dnj@chromium.org · 10 years ago
  4. 68a4fa6 depot_tools: update cpplint.py to r137 by avakulenko@google.com · 10 years ago
  5. 808bcfb Ensure deps_file=.DEPS.git in .gclient by szager@chromium.org · 10 years ago
  6. 4848fb6 Fix git cache unlock invocation to specify cache dir. by szager@chromium.org · 10 years ago
  7. caf5bef Force break git cache locks when CHROME_HEADLESS is set. by szager@chromium.org · 10 years ago
  8. 162183b Don't remove "'deps_file': '.DEPS.git'" for chromium/src by szager@chromium.org · 10 years ago
  9. a5cda1e Remove the old cache dir before moving the bootstrapped cache dir into the real location by hinoka@chromium.org · 10 years ago
  10. e758545 Fix git-cl when working on branches. by mmoss@chromium.org · 10 years ago
  11. c7c4168 Fix gclient hook for stubborn hooks. by iannucci@chromium.org · 10 years ago
  12. 84c5600 Do threading.Lock the Right Way. by szager@chromium.org · 10 years ago
  13. c532504 Fix thread lock around cachepath access. by szager@chromium.org · 10 years ago
  14. 1132f5f Add thread locking around GetCachePath(). by szager@chromium.org · 10 years ago
  15. 7b8b6de Auto-update .gclient files for git. by szager@chromium.org · 10 years ago
  16. beea0b0 Make fetch chromium operate in git-only mode. by agable@chromium.org · 10 years ago
  17. 3fd325b Don't freak out if 'ignore_locks' options is not set. by vadimsh@chromium.org · 10 years ago
  18. 82114c0 Stop git cl using CQ_TRYBOTS. by jam@chromium.org · 10 years ago
  19. 3ec84f6 Sometimes options won't have a 'shallow' field. Don't freak out. by szager@chromium.org · 10 years ago
  20. fa2b9b4 Use a regex instead of shlex.split() to get remote url by hinoka@chromium.org · 10 years ago
  21. 566a02a Teach 'git cl land' to land to pending ref. by vadimsh@chromium.org · 10 years ago
  22. 5273b8a Don't be pedantic about .gclient file for non-mutating commands. by szager@chromium.org · 10 years ago
  23. 62e41c3 Add stub git-drover documentation. by mmoss@chromium.org · 10 years ago
  24. 7851421 Only check for clean repos when not (--force or --reset). by iannucci@chromium.org · 10 years ago
  25. 3ce636b Fix manpage creation error. by mmoss@chromium.org · 10 years ago
  26. 9ea0178 Cleaned up the WATCHLIST by Ury Zhilinsky · 10 years ago
  27. 8205b9d Fixed an accidently committed merge conflict by Ury Zhilinsky · 10 years ago
  28. 787e306 Have git-cl try fail when used on a closed CL by agable@chromium.org · 10 years ago
  29. 29d57ae git-cl workflow adjustments by Ury Zhilinsky · 10 years ago
  30. a7086ba Added --reload flag to git-cl config by Ury Zhilinsky · 10 years ago
  31. 7ebd521 Fixed a crash in DisableHooks logic by Ury Zhilinsky · 10 years ago
  32. f4de999 Cobalt recipe is pulling from the COBALT branch. by Ury Zhilinsky · 10 years ago
  33. 42ba74b Turn off breakpad to prevent spam. by Ury Zhilinsky · 10 years ago
  34. 8031d2a Cygwin specific fixes for update_depot_tools. by Ury Zhilinsky · 10 years ago
  35. 6d38f1f Removing git-bash. by Ury Zhilinsky · 10 years ago
  36. b5c7355 Fixed update_depot_tools to work under Git Bash. by Ury Zhilinsky · 10 years ago
  37. 67e6d57 Added remote branch auto-detection options to git cl upload (for Gerrit). by Ury Zhilinsky · 10 years ago
  38. 6b30f0e Code Review settings by Ury Zhilinsky · 10 years ago
  39. dcb6179 Added a new version of ninja for Windows. by Ury Zhilinsky · 10 years ago
  40. d6959aa Added Cobalt fetch recipe. by Ury Zhilinsky · 10 years ago
  41. 16ef3a8 Added custom Git extensions (lg, bash). by Ury Zhilinsky · 10 years ago
  42. edf0286 Adjusted depot_tools to auto-update from a Steel repo. by Ury Zhilinsky · 10 years ago
  43. 3d52d3d Added custom ninja binaries. by Ury Zhilinsky · 10 years ago
  44. 8d3348f Add --with_tags to enable git tag fetching. by szager@chromium.org · 10 years ago
  45. 965c44f Non-destructive editing of git cache config. by szager@chromium.org · 10 years ago
  46. 885361a Add expect_tests and testing_support to infra recipe. by iannucci@chromium.org · 10 years ago
  47. a5a945a Discover git.bat even if git_cl.py is executed using relative path by techtonik@gmail.com · 10 years ago
  48. 2b34d55 Auto find tryserver master for git cl try by sheyang@chromium.org · 10 years ago
  49. 0db9a14 Allow chromium buildtools path to be overriden in the environment. by zturner@chromium.org · 10 years ago
  50. 64e0400 win: Add recipe to package Pro toolchain by scottmg@chromium.org · 10 years ago
  51. 5914675 Update cpplint.py to r136. by avakulenko@google.com · 10 years ago
  52. b9f2751 Added hyphen-only options by pgervais@chromium.org · 10 years ago
  53. 49f859c Change chromium fetch spec to use master as the git-svn ref. by iannucci@chromium.org · 10 years ago
  54. d915cca Added support for relative paths for the .gclient cache_dir field. by dyen@chromium.org · 10 years ago
  55. f314511 Add 'git cache fetch' subcommand. by szager@chromium.org · 10 years ago
  56. cc2d3e3 Make fetch help display all known recipes. by iannucci@chromium.org · 10 years ago
  57. 5439ea5 Reland: Add --no-history option to fetch and gclient for shallow clones. by primiano@chromium.org · 10 years ago
  58. 69177ea Revert of Add --no-history option to fetch and gclient for shallow clones. (https://codereview.chromium.org/437903002/) by primiano@chromium.org · 10 years ago
  59. e1623bb When getting content for a moved file w/ history, don't convert newlines in output of 'git show' by jrobbins@chromium.org · 10 years ago
  60. 107bca3 Add --no-history option to fetch and gclient for shallow clones. by primiano@chromium.org · 10 years ago
  61. 9e43b8b Add comment with svn revision number. by szager@chromium.org · 10 years ago
  62. 27b15a3 Do not put an 'r' in front of the revision when commenting on Rietveld after committing. by rsesek@chromium.org · 10 years ago
  63. 671c7a3 Make “git cl land” handle core.abbrev > 7. by mark@chromium.org · 10 years ago
  64. cd1e3d4 Add git cherry picking extension by smut@google.com · 10 years ago
  65. fbfecb7 Update git cl try command to mention tryserver.chromium.linux. by sergeyberezin@chromium.org · 10 years ago
  66. 1744993 depot_tools: modify cpplint.py to allow CPPLINT.cfg overrides by avakulenko@google.com · 10 years ago
  67. de219ec Added 'git-retry' bootstrap by dnj@chromium.org · 10 years ago
  68. b8e529f Revert 284349 "Add winrt to the INCLUDE directories of the toolc..." by scottmg@chromium.org · 10 years ago
  69. 85616e0 Do not fetch the CL description when using git cl status --fast. by maruel@chromium.org · 10 years ago
  70. de3ee90 Add exception for long url(..) lines in css files in presubmit_canned_checks.CheckLongLines by treib@chromium.org · 10 years ago
  71. abbaa84 Removed git cl push command by pgervais@chromium.org · 10 years ago
  72. e98e04c Fix off-by-one error in gclient progress indicator. by szager@chromium.org · 10 years ago
  73. bda8155 Remove confirmation from git cl land. by maruel@chromium.org · 10 years ago
  74. a7f26ee Add winrt to the INCLUDE directories of the toolchain bundler. by thakis@chromium.org · 10 years ago
  75. 4e2ad84 Git Cache speculative fix for windows by hinoka@chromium.org · 10 years ago
  76. c271100 Add fetch recipe for the open source infra repo. by agable@chromium.org · 10 years ago
  77. c2f20bf Convert recursedeps test syntax to list literal. by cmp@chromium.org · 10 years ago
  78. f2def0a Update recursedeps to support use_relative_path. by cmp@chromium.org · 10 years ago
  79. 16f2e08 Add CanAccessToolchainBucket() to ways to use GStorage. by liamjm@chromium.org · 10 years ago
  80. 0c85206 Roll windows git binary package up to v6 everywhere. by iannucci@chromium.org · 10 years ago
  81. 590f243 Bump git bleeding edge up to 6. by iannucci@chromium.org · 10 years ago
  82. d33eab3 Revert of Consolidated 'git' refish parsing into a class (https://codereview.chromium.org/328843005/) by smut@google.com · 10 years ago
  83. f2707a6 Consolidated 'git' refish parsing into a class by dnj@chromium.org · 10 years ago
  84. 05fb911 Revert of Allow git cl also in repos with read-only git-svn. (https://codereview.chromium.org/344013005/) by bratell@opera.com · 10 years ago
  85. 8e05af1 Allow git cl also in repos with read-only git-svn. by bratell@opera.com · 10 years ago
  86. c401ad1 Update recurselist to be a set, call it recursedeps now. by cmp@chromium.org · 10 years ago
  87. aaee92f Change clang_format.py to search for clang-format in buildtools by jochen@chromium.org · 10 years ago
  88. 76ce73c Add fallback to DEPS from a missing deps file. by cmp@chromium.org · 10 years ago
  89. 8a6ebce Don't pass in --revision into gclient sync on the DEPS sync in apply_issue.py if git by hinoka@chromium.org · 10 years ago
  90. e84ac91 Add recurselist DEPS var setting. by cmp@chromium.org · 10 years ago
  91. 1395e48 Update ninja to v1.5.1 on Mac, Linux32, Linux64, Windows. by thakis@chromium.org · 10 years ago
  92. 38e12a8 Revert r280425. by thakis@chromium.org · 10 years ago
  93. eb10a96 Update ninja to v1.5.0 on Mac, Linux32, Linux64, Windows. by thakis@chromium.org · 10 years ago
  94. 37b5c05 Fix undefined default_config_path_bak in gsutil config. by dtu@chromium.org · 10 years ago
  95. 8948f9f Have git-gs search .gni files by jamesr@chromium.org · 10 years ago
  96. aa1e1a4 Have git cache bootstrap repo if repo is corrupt by hinoka@chromium.org · 10 years ago
  97. 905312c Moved around pylint disable warning comments by martiniss@chromium.org · 10 years ago
  98. 090df6a Added support for git cl upload automatic trybot determination. by martiniss@chromium.org · 10 years ago
  99. e399d6b Add PROJECT to tools by sheyang@google.com · 10 years ago
  100. 680f217 Added common git 'fetch' function by dnj@chromium.org · 10 years ago