1. 4f21054 commands: document the "common" class attribute by Mike Frysinger · 3 years, 9 months ago
  2. 5ba2120 repo: properly handle NoneType in Default/Remote equality checks by Jack Neus · 3 years, 9 months ago
  3. 78f4dd3 superproject: add projects from local manifest to local::<filename> group. by Raman Tenneti · 3 years, 9 months ago
  4. fc7aa90 trace2_event_log: Added logging of error events. by Raman Tenneti · 3 years, 9 months ago
  5. 50c91ec superproject: revert not updating commit ids if remote is different. by Raman Tenneti · 3 years, 9 months ago
  6. 816d82c run_tests: fix pytest selection inside tox venv by Mike Frysinger · 3 years, 11 months ago
  7. 2b37fa3 superproject: change the warning message to say it is beta. by Raman Tenneti · 3 years, 9 months ago
  8. a3b2edf Drop support for Python 3.5 by Peter Kjellerstedt · 3 years, 11 months ago
  9. e253b43 superproject: require git version 2.28.0 or higher. by Raman Tenneti · 3 years, 9 months ago v2.15.4
  10. 5d58c18 tests: Make the tests pass for Python < 3.8 by Peter Kjellerstedt · 4 years ago
  11. d177609 sync: Sync submodules correctly again by Peter Kjellerstedt · 3 years, 10 months ago v2.15.3
  12. b16b9d2 project: fix error display when output_redir is disabled by Mike Frysinger · 3 years, 10 months ago v2.15.2
  13. 993af5e superproject: Use bugurl from contactinfo in the missing commits error message. by Raman Tenneti · 3 years, 10 months ago v2.15.1
  14. 339f2df ssh: rewrite proxy management for multiprocessing usage by Mike Frysinger · 3 years, 10 months ago v2.15
  15. 19e409c ssh: move proxy usage to the sync subcommand by Mike Frysinger · 3 years, 10 months ago
  16. 4a58100 launcher: bump version for new release by Mike Frysinger · 3 years, 10 months ago
  17. 0e8828c Handle 400 error code when attempting to fetch clone bundle. by Craig Northway · 3 years, 10 months ago
  18. 23ea754 sync: added --no-use-superproject to disable superproject. by Raman Tenneti · 3 years, 10 months ago
  19. f907ced sync: Recommend using --no-use-superproject if sync fails. by Raman Tenneti · 3 years, 10 months ago
  20. b442943 sync: refactor main fetch loop by Mike Frysinger · 3 years, 10 months ago
  21. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 10 months ago
  22. 8e768ea git_command: switch version caches to functools by Mike Frysinger · 3 years, 10 months ago
  23. 2f8fdbe manifest_xml: cleanup of contactinfo test for readability with f-strings. by Raman Tenneti · 3 years, 10 months ago
  24. 219431e sync: fix recursive fetching by Mike Frysinger · 3 years, 10 months ago
  25. 5ba80d4 git_config: hoist Windows ssh check earlier by Mike Frysinger · 3 years, 10 months ago
  26. 1c3f57e manifest_xml: initial support for <contactinfo> by Raman Tenneti · 3 years, 10 months ago
  27. 05638bf sync: use manifest_name passed in by Mike Frysinger · 3 years, 10 months ago
  28. c99322a sync: switch to multiprocessing.Event by Mike Frysinger · 3 years, 10 months ago
  29. 14208f4 sync: fix logic error with linkfile errors by Mike Frysinger · 3 years, 10 months ago
  30. 2ee0a62 release-process: document the rate limiting in automatic updates by Mike Frysinger · 3 years, 10 months ago
  31. c177f94 subcmds: force consistent help text format by Mike Frysinger · 3 years, 10 months ago
  32. aedd1e5 sync: fix print error when handling server error by Mike Frysinger · 3 years, 10 months ago
  33. 5a41b0b superproject: skip updating commit ids if remote's fetchUrl don't match. by Raman Tenneti · 3 years, 10 months ago
  34. d68ed63 init/sync: add --no-tags to match --tags by Mike Frysinger · 3 years, 10 months ago
  35. 7356114 add --no-current-branch option to invert --current-branch by Mike Frysinger · 3 years, 10 months ago
  36. b8e09ea harmonize --current-branch short option across subcommands by Mike Frysinger · 3 years, 10 months ago
  37. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years, 10 months ago
  38. d1f3e14 upload: search local projects in parallel by Mike Frysinger · 3 years, 10 months ago
  39. 29626b4 project: fix m/ generation when switching manifest branches by Mike Frysinger · 3 years, 10 months ago
  40. 3b038ce upload: include the project in error messages by Mike Frysinger · 3 years, 10 months ago
  41. a590e64 Update copyfile and linkfile if manifest updated by jiajia tang · 3 years, 11 months ago
  42. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years, 10 months ago
  43. aabf79d sync: Fix a corner case when both superproject and depth used. by Xin Li · 3 years, 10 months ago
  44. a1cd770 help/version: sprinkle bug report URL around by Mike Frysinger · 3 years, 11 months ago
  45. cd89ec1 sync: Fix exception in an exsiting clone (without partial-clone). by Raman Tenneti · 3 years, 11 months ago v2.14.2
  46. d41eed0 sync: fix missing import for -q by Mike Frysinger · 3 years, 11 months ago v2.14.1
  47. d2b086b init: restore default --manifest-name by Mike Frysinger · 3 years, 11 months ago
  48. 6823bc2 sync: cleanup sleep+retry logic a bit by Mike Frysinger · 3 years, 11 months ago v2.14
  49. ad8aa69 sync: only print error.GitError, don't raise that exception. by Raman Tenneti · 3 years, 11 months ago
  50. b5d075d command: add a helper for the parallel execution boilerplate by Mike Frysinger · 4 years ago
  51. b8bf291 tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0 by Peter Kjellerstedt · 4 years ago
  52. 233badc list: fix help grammar by Mike Frysinger · 4 years ago
  53. 0888a08 help: switch from formatter module to textwrap by Mike Frysinger · 4 years ago
  54. e2effe1 list: add option to show non-checkedout projects too by Mike Frysinger · 4 years ago
  55. 151701e progress: hide progress bar when --quiet by Mike Frysinger · 4 years ago
  56. 9180a07 command: make --verbose/--quiet available to all subcommands by Mike Frysinger · 4 years ago
  57. f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 4 years ago
  58. 49de8ef sync: add separate --jobs options for different steps by Mike Frysinger · 4 years ago
  59. a1051d8 init: organize command line options a bit by Mike Frysinger · 4 years ago
  60. 65af260 sync: add progress bar to garbage collection phase by Mike Frysinger · 4 years ago
  61. 347f9ed sync: rework selfupdate logic by Mike Frysinger · 4 years ago
  62. 9a734a3 init: merge subcmd & wrapper parsers by Mike Frysinger · 4 years ago
  63. 6a2f4fb repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14. by Raman Tenneti · 4 years ago
  64. beea5de tox: enable python 3.5 & 3.9 testing by Mike Frysinger · 4 years ago
  65. bfbcfd9 run_tests: fix exit code handling by Mike Frysinger · 4 years ago
  66. 74317d3 setup: bump major version by Mike Frysinger · 4 years ago
  67. b2fa30a sync: switch network fetch to multiprocessing by Mike Frysinger · 4 years ago
  68. d246d1f grep: add --jobs support by Mike Frysinger · 4 years ago
  69. bec4fe8 prune: add --jobs support by Mike Frysinger · 4 years ago
  70. ddab060 forall: handle missing project refs better by Mike Frysinger · 4 years ago v2.13.8
  71. 2ae44d7 sync: imply -c if --use-superproject option is used. by Raman Tenneti · 4 years ago
  72. d1e4fa7 start: add a --HEAD alias by Mike Frysinger · 4 years ago
  73. 323b113 forall/list: delete spurious " by Mike Frysinger · 4 years ago
  74. 8367096 superproject: Added --depth=1 argument to git fetch command. by Raman Tenneti · 4 years ago
  75. d34af28 forall: allow interactive commands with -j1 by Mike Frysinger · 4 years ago v2.13.7
  76. a5b40a2 repo: Add a new "command" event type to git trace2 logging in repo. by Raman Tenneti · 4 years ago
  77. 511a0e5 sync: fix reporting of failed local checkouts by Mike Frysinger · 4 years ago v2.13.6
  78. 8da7b6f bash-completion: initial import based on CrOS version by Mike Frysinger · 4 years ago
  79. 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 4 years ago v2.13.5
  80. 68d5d4d document the new manifest restrictions on name & path settings by Mike Frysinger · 4 years ago
  81. a3794e9 prune: minor optimization & robustification by Mike Frysinger · 4 years ago
  82. 080877e superproject: pass groups to ToXml method. by Raman Tenneti · 4 years ago
  83. 9888acc project: fix diff printing with embedded % by Mike Frysinger · 4 years ago v2.13.4
  84. 5a4c8fd init: expose --worktree option by Mike Frysinger · 4 years ago
  85. 835a34b Log repo.* config variables in git trace2 logger. by Ian Kasprzak · 4 years ago
  86. ef99ec0 superproject: Display status messages during repo init/sync. by Raman Tenneti · 4 years ago v2.13.3
  87. 934cb0a tests: fix duplicate method from copy & paste error by Mike Frysinger · 4 years ago
  88. 3c09312 project: fix variable typo by Mike Frysinger · 4 years ago v2.13.2
  89. 5413397 manifest: relax include name rules for user-specified path by Mike Frysinger · 4 years ago v2.13.1
  90. 13cb7f7 forall: greatly speed up processing overhead by Mike Frysinger · 4 years ago v2.13
  91. 819c739 forall: simplify arg passing to worker children by Mike Frysinger · 4 years ago
  92. 179a242 forall: move nested func out to the class by Mike Frysinger · 4 years ago
  93. 31fabee download: handle shared projects a bit better by Mike Frysinger · 4 years ago
  94. 76844ba project: skip clone bundles when we've already initialized the object dir by Mike Frysinger · 4 years ago
  95. 6d1faa1 git_refs: fix crash with binary . files in .git/refs/ by Mike Frysinger · 4 years ago
  96. 4510be5 git_command: pass GIT_DIR on Windows with / by Mike Frysinger · 4 years ago
  97. a29424e manifest: validate project name & path and include name attributes by Mike Frysinger · 4 years ago
  98. a00c5f4 manifest: refactor the filesystem checking logic for more reuse by Mike Frysinger · 4 years ago
  99. 6093d99 checkout: add --jobs support by Mike Frysinger · 4 years ago
  100. ebf04a4 sync: switch local checkout to multiprocessing by Mike Frysinger · 4 years ago