1. 8a13970 Remove hooks until Windows performance issues are sorted. by szager@chromium.org · 10 years ago
  2. 108eced Add --ignore-lock option. by szager@chromium.org · 10 years ago
  3. c31e84e Do not notify watchers about --private issues by jrobbins@chromium.org · 10 years ago
  4. c8444f3 Allow pruning other files when uploading bootstrap tarball by hinoka@chromium.org · 10 years ago
  5. 3341849 Don't os.listdir() on a non-existent dir (it raises). by szager@chromium.org · 10 years ago
  6. b0a13a2 Refactor cache-updating code to eliminate unnecessary fetches. by szager@chromium.org · 10 years ago
  7. 1cbf104 Clean up temp dirs when breaking locks. by szager@chromium.org · 10 years ago
  8. 3dc5cb7 Revert "If managed=False, don't fetch." by szager@chromium.org · 10 years ago
  9. 323ec37 Do not assign revision when checking the commit existence. by halton.huo@intel.com · 10 years ago
  10. 617a161 If managed=False, don't fetch. by szager@chromium.org · 10 years ago
  11. 301a7c3 Tweak git gc settings, and periodically re-bootstrap. by szager@chromium.org · 10 years ago
  12. 538f602 Changed backoff to be exponential. This will help to reduce apply_issue flakiness. by sergiyb@chromium.org · 10 years ago
  13. 2a13d4f Correct remote URL when uploading from a repo cloned from a git_cache. by dyen@chromium.org · 10 years ago
  14. 6895317 Revert of scm.GIT.IsValidRevision: Only return True if the given object is a commit (https://codereview.chromium.org/329823002/) by hinoka@google.com · 10 years ago
  15. 152cf83 Upload project option in 'gcl' and 'git cl' uploading commands. by sheyang@chromium.org · 10 years ago
  16. 565b178 scm.GIT.IsValidRevision: Only return True if the given object is a commit by borenet@google.com · 10 years ago
  17. cc69dfb Make fetch v8 work with the new branch by jochen@chromium.org · 10 years ago
  18. cdfcd7c Clean up temporary git pack files when breaking locks. by szager@chromium.org · 10 years ago
  19. 03fd85b Convenience tool for rolling git-style deps with an svn revision. by szager@chromium.org · 10 years ago
  20. c58d11d Have git_cache print out download progress when bootstrapping the git cache by hinoka@chromium.org · 10 years ago
  21. c2bc22d Fixed bad arguments to gsutil by hinoka@chromium.org · 10 years ago
  22. d9eb69e Verify our assumptions about SCM commands deleting files from checkout by phajdan.jr@chromium.org · 10 years ago
  23. 1fddd11 Fix for authenticating to internal repos by hinoka@chromium.org · 10 years ago
  24. f8fa23d Add internal buckets for bootstrapping internal repos by hinoka@chromium.org · 10 years ago
  25. d39bbb5 Update cpplint.py to r133. by avakulenko@google.com · 10 years ago
  26. bc3b3b5 Improved message when CL description is missing by pgervais@chromium.org · 10 years ago
  27. d6c8be8 Bump version to 5 to clear out slow win7 git rollout. by iannucci@chromium.org · 10 years ago
  28. 1a6bec0 Call _UpdateBranchHeads within _Clone. by mmoss@chromium.org · 10 years ago
  29. ec238db Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. by r.c.ladan@gmail.com · 10 years ago
  30. 5839eb5 Handle the case of git cl lint when the CL is empty. by thestig@chromium.org · 10 years ago
  31. aed3b0a Minor fixes by pgervais@chromium.org · 10 years ago
  32. 483a0ba Handle branch or commit refs in the url for unmanaged git solutions by romain.pokrzywka@gmail.com · 10 years ago
  33. d057f9a Explicitly print diff stats to sys.stdout, if possible. by szager@chromium.org · 10 years ago
  34. f202a25 Provide diagnostic messages about netrc failures. by szager@chromium.org · 10 years ago
  35. 2c391af Add --quiet option. by szager@chromium.org · 10 years ago
  36. 5259508 Changed error message on no auth in .netrc by nodir@chromium.org · 10 years ago
  37. 0c3f305 Add a strict mode for gclient DEPS parsing, to enable saner parsing constraints. by iannucci@chromium.org · 10 years ago
  38. 4ad264b Enable --revision flag for all deps. by szager@chromium.org · 10 years ago
  39. 10fbe87 Make marked merge base invalid when the upstream changes. by iannucci@chromium.org · 10 years ago
  40. 279c218 Use `git rev-list A..B` to get the list of commits to be uploaded to Gerrit by git cl. by bauerb@chromium.org · 10 years ago
  41. a656e70 Revert of use canonical base URL for projects (https://codereview.chromium.org/271703010/) by sheyang@chromium.org · 10 years ago
  42. 6332b15 Make git_map properly update merge base markers. by iannucci@chromium.org · 10 years ago
  43. 40a3d0b Recursively find all tests in a git repo. by agable@chromium.org · 10 years ago
  44. 46b8741 Pass shallow flag through gclient to git_cache.py by hinoka@chromium.org · 10 years ago
  45. 73c31cd trychange.py hotfix by nodir@chromium.org · 10 years ago
  46. 6a9ead2 use canonical base URL for projects by sheyang@google.com · 10 years ago
  47. 174766f Added Mirror.UnlockAll with logic fixes. by szager@chromium.org · 10 years ago
  48. 359bb64 gclient: fix --delete_unversioned_trees bug by borenet@google.com · 10 years ago
  49. 3fb3fcd Renamed Tryjob label to Tryjob-Request by nodir@chromium.org · 10 years ago
  50. ce32b6e gerrit_util is aware of auth errors by nodir@chromium.org · 10 years ago
  51. 04404bc Make git-nav-downstream not print a stack if you Ctrl-C it. by iannucci@chromium.org · 10 years ago
  52. dc6a1d0 Don't have checkout.py's git apply_patch fail when files don't match by hinoka@chromium.org · 10 years ago
  53. c4396a1 Re-land of have apply_patch.py/checkout.py stage git patches instead of committing them by hinoka@chromium.org · 10 years ago
  54. 3e6848f Revert of Have apply_patch.py/checkout.py stage git patches instead of committing them (https://codereview.chromium.org/273543002/) by hinoka@chromium.org · 10 years ago
  55. 17db905 Adds url to gclient json (try 2) by hinoka@chromium.org · 10 years ago
  56. ba2f187 Have apply_patch.py/checkout.py stage git patches instead of committing them by hinoka@chromium.org · 10 years ago
  57. 331fbc4 Update cpplint.py to r119. by raphael.kubo.da.costa@intel.com · 10 years ago
  58. 5912063 Remove git-cr{up,sync} and replace with informative shell script. by iannucci@chromium.org · 10 years ago
  59. 1533693 Fix typo in push_to_gs.sh which causes incorrect upload. by iannucci@chromium.org · 10 years ago
  60. 43f4ecc Make git rebase-update more responsive. by iannucci@chromium.org · 10 years ago
  61. 5c7e5b3 Add fast --HEAD option to upstream-diff. by iannucci@chromium.org · 10 years ago
  62. b225621 gclient: Actually move or delete mismatched checkouts by borenet@google.com · 10 years ago
  63. 931a11d Revert "Adds url to gclient json" by szager@chromium.org · 10 years ago
  64. 2f2b059 Adds url to gclient json by hinoka@chromium.org · 10 years ago
  65. cee6dc4 git cl push -> git cl land by pgervais@chromium.org · 10 years ago
  66. e57b09d Fixed wrong test by pgervais@chromium.org · 10 years ago
  67. 64d819b Fix name setting when applying SVN settings in patches by hinoka@google.com · 10 years ago
  68. b1d0cc1 Add black/whitelisting to apply_issue by hinoka@chromium.org · 10 years ago
  69. 048da08 Add recipe for v8 by jochen@chromium.org · 10 years ago
  70. d5a1ab1 Remove prompt for default project ID by hinoka@chromium.org · 10 years ago
  71. ce2fccb self._Capture -> scm.GIT.Capture. by szager@chromium.org · 10 years ago
  72. 9c0f851 Add newline to git-new-branch output. by agable@chromium.org · 10 years ago
  73. 90fe58b gclient_scm: Only _DeleteOrMove if _Clone fails by borenet@google.com · 10 years ago
  74. f75c230 Warn before uploading more than one commit to Gerrit. by bauerb@chromium.org · 10 years ago
  75. a779803 trychange.py: Gerrit protocol by nodir@chromium.org · 10 years ago
  76. ea84ef1 Get presubmit_support to compute diffs against a given upstream. by agable@chromium.org · 10 years ago
  77. 2da1ade Add --upstream flag to presubmit_support for Git. by agable@chromium.org · 10 years ago
  78. 3f802b8 Roll windows git to include htmlpathalt. by iannucci@chromium.org · 10 years ago
  79. fb653b6 More explicit error message by pgervais@chromium.org · 10 years ago
  80. 022d06e git new-branch displays an explanatory line. by pgervais@chromium.org · 10 years ago
  81. 208246d Move docs folder to man. by iannucci@chromium.org · 10 years ago
  82. c9cf90a Clear configured merge-base when switching upstream. by bauerb@chromium.org · 10 years ago
  83. 280f250 Add script to depot_tools to push html directory to gs bucket. by iannucci@chromium.org · 10 years ago
  84. 4dfb866 Add more flushes to gclient_utils by hinoka@google.com · 10 years ago
  85. 69995f4 Fix gclient to correctly check out remote refs during update. by agable@chromium.org · 10 years ago
  86. a4c0305 Process first branch status request before spawning threads. by jrobbins@chromium.org · 10 years ago
  87. 776a2c3 Python fallback for git cache bootstrap by hinoka@google.com · 10 years ago
  88. 2f64f78 logged changed paths list by pgervais@chromium.org · 10 years ago
  89. 356cb5f Comment out lkcr/lkgr fetching from chromium/src.git's git cache by hinoka@google.com · 10 years ago
  90. ac29620 Adding custom environment variable support to presubmit_canned_checks.GetUnitTestsInDirectory by smut@google.com · 10 years ago
  91. 7861ac1 Reduce auto_stub.py by removing python 2.6 support code. by maruel@chromium.org · 10 years ago
  92. f182f61 Remove me and nirnimesh from WATCHLISTS. by maruel@chromium.org · 10 years ago
  93. 6d8115d Eliminate all interactive terminal prompts from git. by szager@chromium.org · 10 years ago
  94. a2aec97 gclient_scm: Assume URLs containing 'googlesource' are for Git repos by borenet@google.com · 10 years ago
  95. a9d9aa4 gclient: Only _DeleteOrMove if the destination directory is non-empty by borenet@google.com · 10 years ago
  96. dabbea2 add --ignore-submodules to apply_issue.py by hinoka@google.com · 10 years ago
  97. 6cd41b6 Show input prompt even on error. by szager@chromium.org · 10 years ago
  98. 3031d73 Revert of Run `svn cleanup` before every update and reset. (https://chromiumcodereview.appspot.com/240503007/) by stip@chromium.org · 10 years ago
  99. 98e82e1 --ignore_deps for apply_issue by hinoka@google.com · 10 years ago
  100. f1d73eb Fix url parameter to DefaultIndexPackConfig(). by szager@chromium.org · 10 years ago