1. 9122bfc sync: Remove '_' from the repo.syncstate.* keys when saved to config. by Raman Tenneti · 2 years, 10 months ago v2.16.4
  2. 7954de1 sync: Added logging of repo sync state and config options for analysis. by Raman Tenneti · 2 years, 10 months ago
  3. ae86a46 superproject: Skip updating of superproject when -l is used with sync. by Raman Tenneti · 2 years, 10 months ago
  4. 73c43b8 repo: add --show-toplevel akin to git by Mike Frysinger · 2 years, 10 months ago
  5. 56345c3 repo: refactor help output handling by Mike Frysinger · 2 years, 10 months ago
  6. a024bd3 repo: make --version always work by Mike Frysinger · 2 years, 10 months ago
  7. 968d646 repo: refactor internal --help/--version parsing by Mike Frysinger · 2 years, 10 months ago
  8. cfa00d6 bash-completion: complete projects with repo forall by Mike Frysinger · 2 years, 10 months ago
  9. 5467185 list: add a --relative-to option by Mike Frysinger · 2 years, 10 months ago
  10. b380322 bash-completion: refactor unique subcommand processing by Mike Frysinger · 2 years, 10 months ago
  11. 13d6c94 bash-completion: fallback to default completion by Mike Frysinger · 2 years, 10 months ago
  12. 6ea0cae repo: properly handle remote annotations in manifest_xml by Jack Neus · 2 years, 11 months ago
  13. 8e983bb Force a fetch when superproject has a newer SHA1 for remote branch. by Xin Li · 2 years, 11 months ago v2.16.3
  14. c34b91c manifest: Support ignoring local manifests with 'repo manifest' by Michael Kelly · 3 years ago
  15. 0a1f533 Add script 'release/update-manpages' to generate manpages by Roger Shimizu · 3 years ago
  16. 927d29a Update manifest_name with the returned manifest name for superproject. by Xin Li · 2 years, 11 months ago v2.16.2
  17. 8db30d6 superproject - More friendly user message when superproject failed. by Raman Tenneti · 2 years, 11 months ago v2.16.1
  18. e39d8b3 Fix an issue that repo can't see projects declared in a local manifest. by Xin Li · 2 years, 11 months ago
  19. 06da998 Gracefully ignore bad remove-project line by Michael Kelly · 3 years ago
  20. 5892973 sync: dump git output on errors by Mike Frysinger · 3 years ago
  21. 0cb6e92 Add the ability to administratively enroll repo into using superproject. by Xin Li · 3 years ago
  22. 0e776a5 Fix an issue when syncing with --use-superproject and clone bundles. by Xin Li · 3 years ago
  23. 1da6f30 superproject - don't update the commit ids of projects that have revisionId. by Raman Tenneti · 3 years ago
  24. 784e16f superproject: Don't exit if superproject tag doesn't exist in manifest. by Raman Tenneti · 3 years ago v2.16
  25. b8c8448 repo: improve duplicate default check by Jack Neus · 3 years ago
  26. d58d0dd commands: pass settings via __init__ by Mike Frysinger · 3 years ago
  27. d88b369 commands: document the "event_log" class attribute by Mike Frysinger · 3 years ago
  28. 4f21054 commands: document the "common" class attribute by Mike Frysinger · 3 years ago
  29. 5ba2120 repo: properly handle NoneType in Default/Remote equality checks by Jack Neus · 3 years ago
  30. 78f4dd3 superproject: add projects from local manifest to local::<filename> group. by Raman Tenneti · 3 years ago
  31. fc7aa90 trace2_event_log: Added logging of error events. by Raman Tenneti · 3 years ago
  32. 50c91ec superproject: revert not updating commit ids if remote is different. by Raman Tenneti · 3 years ago
  33. 816d82c run_tests: fix pytest selection inside tox venv by Mike Frysinger · 3 years, 1 month ago
  34. 2b37fa3 superproject: change the warning message to say it is beta. by Raman Tenneti · 3 years ago
  35. a3b2edf Drop support for Python 3.5 by Peter Kjellerstedt · 3 years, 2 months ago
  36. e253b43 superproject: require git version 2.28.0 or higher. by Raman Tenneti · 3 years ago v2.15.4
  37. 5d58c18 tests: Make the tests pass for Python < 3.8 by Peter Kjellerstedt · 3 years, 2 months ago
  38. d177609 sync: Sync submodules correctly again by Peter Kjellerstedt · 3 years ago v2.15.3
  39. b16b9d2 project: fix error display when output_redir is disabled by Mike Frysinger · 3 years ago v2.15.2
  40. 993af5e superproject: Use bugurl from contactinfo in the missing commits error message. by Raman Tenneti · 3 years, 1 month ago v2.15.1
  41. 339f2df ssh: rewrite proxy management for multiprocessing usage by Mike Frysinger · 3 years, 1 month ago v2.15
  42. 19e409c ssh: move proxy usage to the sync subcommand by Mike Frysinger · 3 years, 1 month ago
  43. 4a58100 launcher: bump version for new release by Mike Frysinger · 3 years, 1 month ago
  44. 0e8828c Handle 400 error code when attempting to fetch clone bundle. by Craig Northway · 3 years, 1 month ago
  45. 23ea754 sync: added --no-use-superproject to disable superproject. by Raman Tenneti · 3 years, 1 month ago
  46. f907ced sync: Recommend using --no-use-superproject if sync fails. by Raman Tenneti · 3 years, 1 month ago
  47. b442943 sync: refactor main fetch loop by Mike Frysinger · 3 years, 1 month ago
  48. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 1 month ago
  49. 8e768ea git_command: switch version caches to functools by Mike Frysinger · 3 years, 1 month ago
  50. 2f8fdbe manifest_xml: cleanup of contactinfo test for readability with f-strings. by Raman Tenneti · 3 years, 1 month ago
  51. 219431e sync: fix recursive fetching by Mike Frysinger · 3 years, 1 month ago
  52. 5ba80d4 git_config: hoist Windows ssh check earlier by Mike Frysinger · 3 years, 1 month ago
  53. 1c3f57e manifest_xml: initial support for <contactinfo> by Raman Tenneti · 3 years, 1 month ago
  54. 05638bf sync: use manifest_name passed in by Mike Frysinger · 3 years, 1 month ago
  55. c99322a sync: switch to multiprocessing.Event by Mike Frysinger · 3 years, 1 month ago
  56. 14208f4 sync: fix logic error with linkfile errors by Mike Frysinger · 3 years, 1 month ago
  57. 2ee0a62 release-process: document the rate limiting in automatic updates by Mike Frysinger · 3 years, 1 month ago
  58. c177f94 subcmds: force consistent help text format by Mike Frysinger · 3 years, 1 month ago
  59. aedd1e5 sync: fix print error when handling server error by Mike Frysinger · 3 years, 1 month ago
  60. 5a41b0b superproject: skip updating commit ids if remote's fetchUrl don't match. by Raman Tenneti · 3 years, 1 month ago
  61. d68ed63 init/sync: add --no-tags to match --tags by Mike Frysinger · 3 years, 1 month ago
  62. 7356114 add --no-current-branch option to invert --current-branch by Mike Frysinger · 3 years, 1 month ago
  63. b8e09ea harmonize --current-branch short option across subcommands by Mike Frysinger · 3 years, 1 month ago
  64. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years, 1 month ago
  65. d1f3e14 upload: search local projects in parallel by Mike Frysinger · 3 years, 1 month ago
  66. 29626b4 project: fix m/ generation when switching manifest branches by Mike Frysinger · 3 years, 1 month ago
  67. 3b038ce upload: include the project in error messages by Mike Frysinger · 3 years, 1 month ago
  68. a590e64 Update copyfile and linkfile if manifest updated by jiajia tang · 3 years, 1 month ago
  69. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years, 1 month ago
  70. aabf79d sync: Fix a corner case when both superproject and depth used. by Xin Li · 3 years, 1 month ago
  71. a1cd770 help/version: sprinkle bug report URL around by Mike Frysinger · 3 years, 1 month ago
  72. cd89ec1 sync: Fix exception in an exsiting clone (without partial-clone). by Raman Tenneti · 3 years, 1 month ago v2.14.2
  73. d41eed0 sync: fix missing import for -q by Mike Frysinger · 3 years, 1 month ago v2.14.1
  74. d2b086b init: restore default --manifest-name by Mike Frysinger · 3 years, 1 month ago
  75. 6823bc2 sync: cleanup sleep+retry logic a bit by Mike Frysinger · 3 years, 2 months ago v2.14
  76. ad8aa69 sync: only print error.GitError, don't raise that exception. by Raman Tenneti · 3 years, 2 months ago
  77. b5d075d command: add a helper for the parallel execution boilerplate by Mike Frysinger · 3 years, 3 months ago
  78. b8bf291 tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0 by Peter Kjellerstedt · 3 years, 2 months ago
  79. 233badc list: fix help grammar by Mike Frysinger · 3 years, 2 months ago
  80. 0888a08 help: switch from formatter module to textwrap by Mike Frysinger · 3 years, 2 months ago
  81. e2effe1 list: add option to show non-checkedout projects too by Mike Frysinger · 3 years, 2 months ago
  82. 151701e progress: hide progress bar when --quiet by Mike Frysinger · 3 years, 2 months ago
  83. 9180a07 command: make --verbose/--quiet available to all subcommands by Mike Frysinger · 3 years, 2 months ago
  84. f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 3 years, 2 months ago
  85. 49de8ef sync: add separate --jobs options for different steps by Mike Frysinger · 3 years, 2 months ago
  86. a1051d8 init: organize command line options a bit by Mike Frysinger · 3 years, 2 months ago
  87. 65af260 sync: add progress bar to garbage collection phase by Mike Frysinger · 3 years, 2 months ago
  88. 347f9ed sync: rework selfupdate logic by Mike Frysinger · 3 years, 3 months ago
  89. 9a734a3 init: merge subcmd & wrapper parsers by Mike Frysinger · 3 years, 2 months ago
  90. 6a2f4fb repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14. by Raman Tenneti · 3 years, 2 months ago
  91. beea5de tox: enable python 3.5 & 3.9 testing by Mike Frysinger · 3 years, 3 months ago
  92. bfbcfd9 run_tests: fix exit code handling by Mike Frysinger · 3 years, 3 months ago
  93. 74317d3 setup: bump major version by Mike Frysinger · 3 years, 3 months ago
  94. b2fa30a sync: switch network fetch to multiprocessing by Mike Frysinger · 3 years, 3 months ago
  95. d246d1f grep: add --jobs support by Mike Frysinger · 3 years, 3 months ago
  96. bec4fe8 prune: add --jobs support by Mike Frysinger · 3 years, 3 months ago
  97. ddab060 forall: handle missing project refs better by Mike Frysinger · 3 years, 2 months ago v2.13.8
  98. 2ae44d7 sync: imply -c if --use-superproject option is used. by Raman Tenneti · 3 years, 2 months ago
  99. d1e4fa7 start: add a --HEAD alias by Mike Frysinger · 3 years, 2 months ago
  100. 323b113 forall/list: delete spurious " by Mike Frysinger · 3 years, 3 months ago