1. 43e9158 Search for buildtools in the gclient root, if not in the main repo. by [email protected] · 11 years ago
  2. f7facfa Make gn.py support root directories other than 'src'. by [email protected] · 11 years ago
  3. 0db9a14 Allow chromium buildtools path to be overriden in the environment. by [email protected] · 11 years ago
  4. 5439ea5 Reland: Add --no-history option to fetch and gclient for shallow clones. by [email protected] · 11 years ago
  5. 69177ea Revert of Add --no-history option to fetch and gclient for shallow clones. (https://codereview.chromium.org/437903002/) by [email protected] · 11 years ago
  6. 107bca3 Add --no-history option to fetch and gclient for shallow clones. by [email protected] · 11 years ago
  7. e98e04c Fix off-by-one error in gclient progress indicator. by [email protected] · 11 years ago
  8. aaee92f Change clang_format.py to search for clang-format in buildtools by [email protected] · 11 years ago
  9. cc968fe Make gn wrapper use the one in buildtools rather than tools/gn/bin. by [email protected] · 11 years ago
  10. 4dfb866 Add more flushes to gclient_utils by [email protected] · 11 years ago
  11. f1eccaf Make it possible to refer to github-style URLs. by [email protected] · 11 years ago
  12. 1f4e71b Fix order of format string parameters. by [email protected] · 11 years ago
  13. fe0d190 Revamped terminal output for update. by [email protected] · 11 years ago
  14. ff11329 Disabled threaded index-pack for known difficult repositories. by [email protected] · 11 years ago
  15. 6a9b168 Add warning batching in gclient_utils by [email protected] · 11 years ago
  16. fc61638 Rationalize the git config settings for index-pack performance. by [email protected] · 11 years ago
  17. 267f33e Make gclient_scm.py use cache_dir by [email protected] · 11 years ago
  18. 6c2b49d Revert "Re-re-land gclient deletion of mismatching checkouts again" by [email protected] · 11 years ago
  19. 6ff5448 Re-re-land gclient deletion of mismatching checkouts again by [email protected] · 11 years ago
  20. 5a306a2 Create "git cache" command. by [email protected] · 11 years ago
  21. 3ac1c4e Depot tools: use the clang-format binaries that are now included by [email protected] · 11 years ago
  22. 65621c7 vim -> vi. by [email protected] · 11 years ago
  23. 91507f7 gclient_utils: Fix call to sleep() after r229219. by [email protected] · 12 years ago
  24. f2d7d6b Consolidate subprocess retry logic into gclient_utils. by [email protected] · 12 years ago
  25. 71b1357 Allow '.' in user name on gclient ssh connection by [email protected] · 12 years ago
  26. f547c80 Delete nag_max and nag_timer by [email protected] · 12 years ago
  27. ef509e4 Added SafeRename to better handle problems with git processes locking directories. by [email protected] · 12 years ago
  28. cbd760f Add a prefix to temporary file to enter CL description. by [email protected] · 12 years ago
  29. 4aad185 Partial revert of r211446 by [email protected] · 12 years ago
  30. c28d377 Print time of long running hook actions by [email protected] · 12 years ago
  31. 4a3c17e Add job prefix to error messages. by [email protected] · 12 years ago
  32. c144e06 Use logger formatting instead of string interpolation. by [email protected] · 12 years ago
  33. 12b07e7 Refactor nag functionality in to NagTimer class. by [email protected] · 12 years ago
  34. 2fd6c3f Kill subprocesses on KeyboardInterrupt. by [email protected] · 12 years ago
  35. 615a262 Make git-cl more accurately imitate git's editor selection process, and respect $VISUAL. by [email protected] · 12 years ago
  36. dc112ac Remove gclient_utils.RemoveDirectory(). by [email protected] · 12 years ago
  37. 6b4a2ab Use rd on Windows in rmdir by [email protected] · 12 years ago
  38. f2ed3fb Add gclient grep for git repos by [email protected] · 13 years ago
  39. 1369150 Make gclient sync use cpu count for default jobs by [email protected] · 13 years ago
  40. 07d4439 Switch gcl/git upload to use https://codereview.chromium.org instead of https://chromiumcodereview.appspot.com. It's been a week since the SSL certificate got added, and the old DNS records had a TTL of 7 days. by [email protected] · 13 years ago
  41. 2b99d43 Handle non-UTF-8 encoded files in presubmit checks. by [email protected] · 13 years ago
  42. c3cd537 Improve comment added in r145396. by [email protected] · 13 years ago
  43. 51e84fb The previous fix r145315 seems to have broken python 2.6.2 on Windows users. by [email protected] · 13 years ago
  44. 8a066dc Fix difference on behavior on python 2.6 on linux with open(mode='rU'). by [email protected] · 13 years ago
  45. dae209f Enforce utf-8 codec on all files read and write. by [email protected] · 13 years ago
  46. 2a0108e Revert r132446 "Check the existence and executability of scm commands" by [email protected] · 13 years ago
  47. d15a8fa Check the existence and executability of scm commands by [email protected] · 13 years ago
  48. eb5edbc Add UpgradeToHttps() to reliably and forcibly upgrade all urls to https. by [email protected] · 13 years ago
  49. 99ac1c5 Dedupe codereview.settings parsing code. Add more testing. by [email protected] · 13 years ago
  50. 0eff22d Clarify error message in GCL. by [email protected] · 14 years ago
  51. 0e0436a Move code starting the editor into a common function. by [email protected] · 14 years ago
  52. 042f0e7 Improve the sys.stdout proxy to be more transparent. by [email protected] · 14 years ago
  53. 6c48a30 Fix a concurrency issue happening with deep dependencies when the intermediary by [email protected] · 14 years ago
  54. 4901daf Workaround a limitation in cygwin with Lock creation. by [email protected] · 14 years ago
  55. 93a9ee0 gclient would crash when .gclient is not found. by [email protected] · 14 years ago
  56. 13595ff Add repo-managed checkout support to trychange.py by [email protected] · 14 years ago
  57. 6f6ad13 Work around lock failure on cygwin. by [email protected] · 14 years ago
  58. 470b543 Stop modifiying requirements out of thread and generate it instead. by [email protected] · 14 years ago
  59. 85d3e3a Restore 103787 (fix git progress message), and update test expectations. by [email protected] · 14 years ago
  60. a91d26d Force requirements modification to be locked. by [email protected] · 14 years ago
  61. 1333cb3 Improve logging and ease debugging. by [email protected] · 14 years ago
  62. 43ea9d7 Reverting 103787 by [email protected] · 14 years ago
  63. 7f61350 http://codereview.chromium.org/8052025/ by [email protected] · 14 years ago
  64. 6ca8bf8 Retry "Initial step into making Dependency thread safe"" by [email protected] · 14 years ago
  65. adcf5b7 Revert "Initial step into making Dependency thread safe" by [email protected] · 14 years ago
  66. 89d51c2 Initial step into making Dependency thread safe by [email protected] · 14 years ago
  67. 109cb9d Print diagnosis message when a task is Ctrl-C'ed out by [email protected] · 14 years ago
  68. f36c0ee Add diagnostics if an item is run multiple times by [email protected] · 14 years ago
  69. 485dcab Fix the case where a dep not processed could be set as a requirement. by [email protected] · 14 years ago
  70. 57bf78d Update docstrings w.r.t. subprocess2. by [email protected] · 14 years ago
  71. a82a8ee Remove CheckCall, CheckCallError and Popen from gclient_utils. by [email protected] · 14 years ago
  72. ca0f839 Make gclient_utils.CheckCallError inherit from subprocess2.CalledProcessError. by [email protected] · 14 years ago
  73. e939bb5 Remove empty lines from the output while using --jobs. by [email protected] · 14 years ago
  74. eaab784 Add --transitive flag. by [email protected] · 14 years ago
  75. ff3e4a8 Fix constructor arguments to OSError. by [email protected] · 14 years ago
  76. ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
  77. d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
  78. 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
  79. 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
  80. 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  81. 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  82. 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
  83. 20254fc Revert r79002 - bug processing reviewer lists by [email protected] · 14 years ago
  84. 0c20c2f The parsing of change descriptions had a lot of overlap and inconsistencies between gcl and git-cl. In particular, we weren't handling TBR= consistently, or probably a few other things. by [email protected] · 14 years ago
  85. 97ae58e Make git_cl (and everything else not skipped under depot_tools) by [email protected] · 14 years ago
  86. 1edee69 Fix win32api and win32con definition order. by [email protected] · 14 years ago
  87. f904072 Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos. by [email protected] · 14 years ago
  88. 31f10a8 Remove unneeded logging.info() calls. by [email protected] · 14 years ago
  89. 3487f7f Add more logging. Useful to understand `git try` slowness. by [email protected] · 14 years ago
  90. 1bd1ed3 Add more exception information to breakpad. by [email protected] · 15 years ago
  91. 0661727 Reduce the chances for gclient to throw an exception in subprocess module. by [email protected] · 15 years ago
  92. b17b55b Disable the remaining pylint warnings locally and enable pylint warnings in PRESUBMIT. by [email protected] · 15 years ago
  93. cb2985f Largely reduce the number of pylint warnings and fix one typo. by [email protected] · 15 years ago
  94. 78b8cd1 gclient can now handle git URLs containing "-" in usernames and "~" in paths. by [email protected] · 15 years ago
  95. ac61023 Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile. by [email protected] · 15 years ago
  96. 55a2eb8 Display the name of the repository that is being updated. by [email protected] · 15 years ago
  97. 77e4eca Remove cruft from having to do bookeeping of options.stdout. by [email protected] · 15 years ago
  98. 4ed3418 Directly hook sys.stdout for thread annotated output. by [email protected] · 15 years ago
  99. e0de9cb Remove the class StdoutAnnotated and clones the object instead. by [email protected] · 15 years ago
  100. 8aba5f7 Add a nice message for cygwin users, telling them to rebase when necessary. by [email protected] · 15 years ago