1. d795ab8 Use system unzip on macOS by Jeremy Apthorp · 7 years ago
  2. 2f38df6 gclient: Reset the fetch config also when --force is passed. by Edward Lemur · 7 years ago
  3. 579c986 Reset the fetch config in the bots before each run. by Edward Lemur · 7 years ago
  4. a19649b Clean up cache_dir handling in gclient/git_cache/bot_update. by Robert Iannucci · 7 years ago
  5. 4fbf4be Remove windows specific git pack limit by Takuto Ikuta · 7 years ago
  6. 9fce213 Partial revert of "git_cache: lower max num of .pack files before re-bootstrap on Win." by Takuto Ikuta · 7 years ago
  7. 46a672b gclient: don't update cache if needed revision is already there. by Andrii Shyshkalov · 7 years ago
  8. d51ed57 git_cache: lower max num of .pack files before re-bootstrap on Win. by Andrii Shyshkalov · 7 years ago
  9. 4f56f23 git_cache: add more diagnostic logging wrt bootstrapping. by Andrii Shyshkalov · 7 years ago
  10. 82d8dcd git_cache: remove redundant code. by Andrii Shyshkalov · 7 years ago
  11. 08049e2 Revert "git_cache: Remove locks" by Vadim Shtayura · 8 years ago
  12. c3eb3fa git_cache: Remove locks by Ryan Tseng · 8 years ago
  13. 3beabd0 git_cache.py: Don't bootstrap from Google storage for unrecognized repos. by Ryan Tseng · 8 years ago
  14. b2cc4a9 depot_tools: Replace pylint error numbers with symbolic names. by Quinten Yearsley · 8 years ago
  15. 4625b5a Add retries to file operations for Windows. by dnj · 9 years ago
  16. b445ef5 bot_update: Use 'gclient' from same repository. by dnj · 9 years ago
  17. dcd8404 Reland: git_cache.py: Clobber git repos if the config is corrupt by hinoka · 9 years ago
  18. 0f4ee81 Revert of git_cache.py: Clobber git repos if the config is corrupt (patchset #4 id:60001 of https://codereview.chromium.org/2031773002/ ) by sergeyberezin · 9 years ago
  19. b48b126 git_cache.py: Clobber git repos if the config is corrupt by hinoka · 9 years ago
  20. 5b48e48 Set default --lock_timeout to 5m by [email protected] · 9 years ago
  21. dbb6f82 Allow blocking git-cache update with a timeout. by [email protected] · 9 years ago
  22. 66c8b85 Allow 'git cache fetch' to re-bootstrap. by [email protected] · 10 years ago
  23. 8e095af Revert of Specify GIT_DIR when running git-config in a mirror. (patchset #4 id:60001 of https://codereview.chromium.org/1167193002/) by [email protected] · 10 years ago
  24. e877e7b Specify GIT_DIR when running git-config in a mirror. by [email protected] · 10 years ago
  25. 9d0644d Add experimental support for python in 'git cl format' by [email protected] · 10 years ago
  26. 013731e Handle KeyboardInterrupt consistently in python scripts by [email protected] · 10 years ago
  27. 0fb693f Fix for print(file=something) by [email protected] · 10 years ago
  28. 67b59e9 Speculative fix for build on windows build bots. by [email protected] · 10 years ago
  29. b091aa5 Switch the remaining third_party gsutil references to gsutil.py by [email protected] · 10 years ago
  30. 199bc5f Use gsutil.py for download_from_google_storage instead of the builtin one by [email protected] · 10 years ago
  31. 7b1cb6f Run prune in git cache update bootstrap to remove loose objects by [email protected] · 11 years ago
  32. 42f9adf Make git cache delete a defunct directory instead of moving it by [email protected] · 11 years ago
  33. a5cda1e Remove the old cache dir before moving the bootstrapped cache dir into the real location by [email protected] · 11 years ago
  34. 84c5600 Do threading.Lock the Right Way. by [email protected] · 11 years ago
  35. c532504 Fix thread lock around cachepath access. by [email protected] · 11 years ago
  36. 1132f5f Add thread locking around GetCachePath(). by [email protected] · 11 years ago
  37. 965c44f Non-destructive editing of git cache config. by [email protected] · 11 years ago
  38. b9f2751 Added hyphen-only options by [email protected] · 11 years ago
  39. f314511 Add 'git cache fetch' subcommand. by [email protected] · 11 years ago
  40. 4e2ad84 Git Cache speculative fix for windows by [email protected] · 11 years ago
  41. aa1e1a4 Have git cache bootstrap repo if repo is corrupt by [email protected] · 11 years ago
  42. 108eced Add --ignore-lock option. by [email protected] · 11 years ago
  43. c8444f3 Allow pruning other files when uploading bootstrap tarball by [email protected] · 11 years ago
  44. 3341849 Don't os.listdir() on a non-existent dir (it raises). by [email protected] · 11 years ago
  45. b0a13a2 Refactor cache-updating code to eliminate unnecessary fetches. by [email protected] · 11 years ago
  46. 1cbf104 Clean up temp dirs when breaking locks. by [email protected] · 11 years ago
  47. 301a7c3 Tweak git gc settings, and periodically re-bootstrap. by [email protected] · 11 years ago
  48. cdfcd7c Clean up temporary git pack files when breaking locks. by [email protected] · 11 years ago
  49. c58d11d Have git_cache print out download progress when bootstrapping the git cache by [email protected] · 11 years ago
  50. c2bc22d Fixed bad arguments to gsutil by [email protected] · 11 years ago
  51. 1fddd11 Fix for authenticating to internal repos by [email protected] · 11 years ago
  52. f8fa23d Add internal buckets for bootstrapping internal repos by [email protected] · 11 years ago
  53. 2c391af Add --quiet option. by [email protected] · 11 years ago
  54. 174766f Added Mirror.UnlockAll with logic fixes. by [email protected] · 11 years ago
  55. 776a2c3 Python fallback for git cache bootstrap by [email protected] · 11 years ago
  56. f372610 Make Lockfile._remove_lockfile more robust on win32 by [email protected] · 11 years ago
  57. 4039b31 Fix to path search redux. by [email protected] · 11 years ago
  58. 6b5faf5 Fix PATH searching for Windows. by [email protected] · 11 years ago
  59. 848fd49 Make git_cache.py import-able. by [email protected] · 11 years ago
  60. 563559c Add a way for git cache to bootstrap off Google Storage. by [email protected] · 11 years ago
  61. 38a0f57 Suppress spurious warning about overriding cache dir. by [email protected] · 11 years ago
  62. fc61638 Rationalize the git config settings for index-pack performance. by [email protected] · 11 years ago
  63. 99f9c92 Accept remote urls as gospel in git_cache. by [email protected] · 11 years ago
  64. b16a165 Be more aggressive about breaking locks by [email protected] · 11 years ago
  65. 267f33e Make gclient_scm.py use cache_dir by [email protected] · 11 years ago
  66. fc330cb Add +refs/tags/*:refs/tags/* to git cache config by [email protected] · 11 years ago
  67. c355374 Remove --update-shallow from git-cache. by [email protected] · 11 years ago
  68. 5a306a2 Create "git cache" command. by [email protected] · 11 years ago