1. aedd1e5 sync: fix print error when handling server error by Mike Frysinger · 3 years ago
  2. 5a41b0b superproject: skip updating commit ids if remote's fetchUrl don't match. by Raman Tenneti · 3 years ago
  3. d68ed63 init/sync: add --no-tags to match --tags by Mike Frysinger · 3 years ago
  4. 7356114 add --no-current-branch option to invert --current-branch by Mike Frysinger · 3 years ago
  5. b8e09ea harmonize --current-branch short option across subcommands by Mike Frysinger · 3 years ago
  6. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years ago
  7. d1f3e14 upload: search local projects in parallel by Mike Frysinger · 3 years ago
  8. 29626b4 project: fix m/ generation when switching manifest branches by Mike Frysinger · 3 years ago
  9. 3b038ce upload: include the project in error messages by Mike Frysinger · 3 years ago
  10. a590e64 Update copyfile and linkfile if manifest updated by jiajia tang · 3 years ago
  11. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years ago
  12. aabf79d sync: Fix a corner case when both superproject and depth used. by Xin Li · 3 years ago
  13. a1cd770 help/version: sprinkle bug report URL around by Mike Frysinger · 3 years ago
  14. cd89ec1 sync: Fix exception in an exsiting clone (without partial-clone). by Raman Tenneti · 3 years ago v2.14.2
  15. d41eed0 sync: fix missing import for -q by Mike Frysinger · 3 years ago v2.14.1
  16. d2b086b init: restore default --manifest-name by Mike Frysinger · 3 years ago
  17. 6823bc2 sync: cleanup sleep+retry logic a bit by Mike Frysinger · 3 years ago v2.14
  18. ad8aa69 sync: only print error.GitError, don't raise that exception. by Raman Tenneti · 3 years ago
  19. b5d075d command: add a helper for the parallel execution boilerplate by Mike Frysinger · 3 years, 2 months ago
  20. b8bf291 tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0 by Peter Kjellerstedt · 3 years, 1 month ago
  21. 233badc list: fix help grammar by Mike Frysinger · 3 years ago
  22. 0888a08 help: switch from formatter module to textwrap by Mike Frysinger · 3 years ago
  23. e2effe1 list: add option to show non-checkedout projects too by Mike Frysinger · 3 years, 1 month ago
  24. 151701e progress: hide progress bar when --quiet by Mike Frysinger · 3 years ago
  25. 9180a07 command: make --verbose/--quiet available to all subcommands by Mike Frysinger · 3 years ago
  26. f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 3 years, 1 month ago
  27. 49de8ef sync: add separate --jobs options for different steps by Mike Frysinger · 3 years, 1 month ago
  28. a1051d8 init: organize command line options a bit by Mike Frysinger · 3 years, 1 month ago
  29. 65af260 sync: add progress bar to garbage collection phase by Mike Frysinger · 3 years, 1 month ago
  30. 347f9ed sync: rework selfupdate logic by Mike Frysinger · 3 years, 1 month ago
  31. 9a734a3 init: merge subcmd & wrapper parsers by Mike Frysinger · 3 years, 1 month ago
  32. 6a2f4fb repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14. by Raman Tenneti · 3 years, 1 month ago
  33. beea5de tox: enable python 3.5 & 3.9 testing by Mike Frysinger · 3 years, 2 months ago
  34. bfbcfd9 run_tests: fix exit code handling by Mike Frysinger · 3 years, 2 months ago
  35. 74317d3 setup: bump major version by Mike Frysinger · 3 years, 2 months ago
  36. b2fa30a sync: switch network fetch to multiprocessing by Mike Frysinger · 3 years, 2 months ago
  37. d246d1f grep: add --jobs support by Mike Frysinger · 3 years, 2 months ago
  38. bec4fe8 prune: add --jobs support by Mike Frysinger · 3 years, 2 months ago
  39. ddab060 forall: handle missing project refs better by Mike Frysinger · 3 years, 1 month ago v2.13.8
  40. 2ae44d7 sync: imply -c if --use-superproject option is used. by Raman Tenneti · 3 years, 1 month ago
  41. d1e4fa7 start: add a --HEAD alias by Mike Frysinger · 3 years, 1 month ago
  42. 323b113 forall/list: delete spurious " by Mike Frysinger · 3 years, 1 month ago
  43. 8367096 superproject: Added --depth=1 argument to git fetch command. by Raman Tenneti · 3 years, 1 month ago
  44. d34af28 forall: allow interactive commands with -j1 by Mike Frysinger · 3 years, 1 month ago v2.13.7
  45. a5b40a2 repo: Add a new "command" event type to git trace2 logging in repo. by Raman Tenneti · 3 years, 1 month ago
  46. 511a0e5 sync: fix reporting of failed local checkouts by Mike Frysinger · 3 years, 2 months ago v2.13.6
  47. 8da7b6f bash-completion: initial import based on CrOS version by Mike Frysinger · 3 years, 2 months ago
  48. 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 3 years, 2 months ago v2.13.5
  49. 68d5d4d document the new manifest restrictions on name & path settings by Mike Frysinger · 3 years, 2 months ago
  50. a3794e9 prune: minor optimization & robustification by Mike Frysinger · 3 years, 2 months ago
  51. 080877e superproject: pass groups to ToXml method. by Raman Tenneti · 3 years, 2 months ago
  52. 9888acc project: fix diff printing with embedded % by Mike Frysinger · 3 years, 2 months ago v2.13.4
  53. 5a4c8fd init: expose --worktree option by Mike Frysinger · 3 years, 2 months ago
  54. 835a34b Log repo.* config variables in git trace2 logger. by Ian Kasprzak · 3 years, 2 months ago
  55. ef99ec0 superproject: Display status messages during repo init/sync. by Raman Tenneti · 3 years, 2 months ago v2.13.3
  56. 934cb0a tests: fix duplicate method from copy & paste error by Mike Frysinger · 3 years, 2 months ago
  57. 3c09312 project: fix variable typo by Mike Frysinger · 3 years, 2 months ago v2.13.2
  58. 5413397 manifest: relax include name rules for user-specified path by Mike Frysinger · 3 years, 2 months ago v2.13.1
  59. 13cb7f7 forall: greatly speed up processing overhead by Mike Frysinger · 3 years, 2 months ago v2.13
  60. 819c739 forall: simplify arg passing to worker children by Mike Frysinger · 3 years, 2 months ago
  61. 179a242 forall: move nested func out to the class by Mike Frysinger · 3 years, 2 months ago
  62. 31fabee download: handle shared projects a bit better by Mike Frysinger · 3 years, 2 months ago
  63. 76844ba project: skip clone bundles when we've already initialized the object dir by Mike Frysinger · 3 years, 2 months ago
  64. 6d1faa1 git_refs: fix crash with binary . files in .git/refs/ by Mike Frysinger · 3 years, 2 months ago
  65. 4510be5 git_command: pass GIT_DIR on Windows with / by Mike Frysinger · 3 years, 2 months ago
  66. a29424e manifest: validate project name & path and include name attributes by Mike Frysinger · 3 years, 2 months ago
  67. a00c5f4 manifest: refactor the filesystem checking logic for more reuse by Mike Frysinger · 3 years, 2 months ago
  68. 6093d99 checkout: add --jobs support by Mike Frysinger · 3 years, 2 months ago
  69. ebf04a4 sync: switch local checkout to multiprocessing by Mike Frysinger · 3 years, 2 months ago
  70. 8dbc07a abandon/start: add --jobs support by Mike Frysinger · 3 years, 2 months ago
  71. 8d2a6df progress: include execution time summary by Mike Frysinger · 3 years, 2 months ago
  72. ceba2dd sync: superproject - support for switching hosts and switching branches. by Raman Tenneti · 3 years, 2 months ago
  73. 45ad154 grep: move nested func out to the class by Mike Frysinger · 3 years, 2 months ago
  74. 7b586f2 sync: capture all git output by default by Mike Frysinger · 3 years, 2 months ago
  75. fbb95a4 progress/sync: include active number of jobs by Mike Frysinger · 3 years, 2 months ago
  76. 4e05f65 progress: always enable always_print_percentage by Mike Frysinger · 3 years, 2 months ago
  77. 23882b3 init: support -b HEAD as a shortcut to "the default" by Mike Frysinger · 3 years, 2 months ago
  78. 92304bf project: fix http error retry logic by Mike Frysinger · 3 years, 2 months ago
  79. adbd01e tests: fix init subcmd after url change by Mike Frysinger · 3 years, 2 months ago
  80. 37ac3d6 tests: refactor manifest tests by Mike Frysinger · 3 years, 2 months ago
  81. 55d6a5a sync: use superproject if manifest's config has superproject enabled. by Raman Tenneti · 3 years, 2 months ago
  82. 6db4097 docs: add warnings about repos data model by Mike Frysinger · 3 years, 2 months ago
  83. f0925c4 platform_utils: delete unused FileDescriptorStreams APIs by Mike Frysinger · 3 years, 2 months ago
  84. be24a54 sync: update event is_set API by Mike Frysinger · 3 years, 2 months ago
  85. c87c186 git_command: switch process capturing over to subprocess by Mike Frysinger · 3 years, 2 months ago
  86. 69b4a9c diff: add --jobs support by Mike Frysinger · 3 years, 2 months ago
  87. fbab606 forall: rewrite parallel logic by Mike Frysinger · 3 years, 2 months ago
  88. 15e807c forall: improve pool logic by Mike Frysinger · 3 years, 2 months ago
  89. 7c87116 status: improve parallel execution stability by Mike Frysinger · 3 years, 2 months ago
  90. 6a2400a command: unify --job option & default values by Mike Frysinger · 3 years, 2 months ago
  91. c5bbea8 git_command: make execution synchronous by Mike Frysinger · 3 years, 2 months ago
  92. 5d9c497 use simpler super() magic by Mike Frysinger · 3 years, 2 months ago
  93. 057905f error: fix pickling of all exceptions by Mike Frysinger · 3 years, 2 months ago
  94. 401c6f0 init: make --manifest-url flag optional by Mike Frysinger · 3 years, 2 months ago
  95. 8c1e9e6 gitc_utils: rewrite to use multiprocessing by Mike Frysinger · 3 years, 2 months ago
  96. 8423000 project: make diff tools synchronous by Mike Frysinger · 3 years, 2 months ago
  97. f37b982 git_command: rework stdin handling by Mike Frysinger · 3 years, 2 months ago
  98. c47a235 trim redundant pass statements by Mike Frysinger · 3 years, 2 months ago
  99. f307916 git_command: use subprocess.run for version info by Mike Frysinger · 3 years, 2 months ago
  100. fb21d6a sync: use subprocess.run to verify tags by Mike Frysinger · 3 years, 2 months ago