1. 39c0b60 sync: Support pluggable remote helpers for smart sync manifest server. by Rahul Yadav · 11 days ago main
  2. cd307a6 project: Add REPO_PROJECT_FETCH_URL environment variable by Gavin Mak · 3 days ago
  3. 4b46263 sync: do not init sibling submodules in parallel by Josef Malmström · 14 days ago
  4. d9d86fb repo: Bump launcher version to 2.65 by Gavin Mak · 3 weeks ago
  5. f7a24df project: handle corrupted projects in DeleteWorktree by Gavin Mak · 2 weeks ago
  6. e0bd39c project: Extract project envvar generation to GetEnvVars by Gavin Mak · 3 weeks ago
  7. c883613 sync: Skip copyfile/linkfile for unavailable projects by Xin Li · 3 weeks ago
  8. 384c059 tests: Deduplicate test setup in test_project.py by Gavin Mak · 5 weeks ago
  9. b853113 init: Add --use-local-gitdirs for standard Git layouts by Gavin Mak · 3 months ago
  10. 2d54384 sync: Add --superproject-rev flag to sync to specific revision by Gavin Mak · 8 weeks ago stable v2.64
  11. 1b4e7a0 Fix submodules not synced for repeated repo by Josef Malmström · 6 weeks ago
  12. a94c9e2 Automated: Migrate gerrit/git-repo from gsutil to gcloud storage by gurusai-voleti · 8 weeks ago
  13. 51021fb abandon/start/info: Make them respect smart sync override by Gavin Mak · 5 weeks ago
  14. d453273 command: Move smart sync override logic to Command base class by Gavin Mak · 5 weeks ago
  15. 0129ac1 docs: drop period in headers by Mike Frysinger · 5 weeks ago
  16. bf8c59f run_tests: help2man: update to latest release by Mike Frysinger · 5 weeks ago
  17. 003f040 Fix missing `None` check in Remote.Save by Josef Malmström · 7 weeks ago
  18. 1db50e4 Add support for self referencing submodules by Josef Malmström · 7 weeks ago
  19. c97a306 release: update-manpages: revert color filtering by Mike Frysinger · 5 weeks ago
  20. 5534f16 linkfile: Handle directory-to-symlink transitions safely by Carlos Fernandez · 6 weeks ago
  21. 67e52a1 run_tests: leverage cipd when available for help2man by Mike Frysinger · 5 weeks ago
  22. d503723 sync: Re-raise KeyboardInterrupt in main process by Gavin Mak · 5 weeks ago
  23. 7cc99b2 git_config: fix error message command output by Mike Frysinger · 5 weeks ago
  24. 12ad396 info: Parallelize repo info to improve performance by Greg Edelston · 5 weeks ago
  25. a6bc1b7 sync: Exclude stateless sync pruned projects from bloat check by Gavin Mak · 5 weeks ago
  26. a98e422 completion: document installation and usage in README by Gavin Mak · 6 weeks ago
  27. 5d85850 sync: Suggest "git repack -a -d" in bloat warning by Gavin Mak · 6 weeks ago
  28. e8deeab Add zsh completion by Kamal Sacranie · 6 weeks ago
  29. 11428ae forall: Document REPO_UPSTREAM and REPO_DEST_BRANCH envvars by Gavin Mak · 6 weeks ago
  30. 27d2232 info: add --format and --include-summary/--include-projects options by Carlos Fernandez · 3 months ago
  31. e3eadd3 sync: Fix force_checkout propagation by Josef Malmström · 7 weeks ago
  32. 12cfc60 git_superproject: Remove redundant _branch variable by Gavin Mak · 8 weeks ago
  33. 134eeb0 tests: Add tests for repo status output by Nasser Grainawi · 4 months ago
  34. 03fb181 color: type SetDefaultColoring and drop bool states by Nasser Grainawi · 9 weeks ago
  35. 5af71ce Add timing keyword argument for hooks by Ram Peri · 8 weeks ago
  36. baa281d sync: Refactor to use _RunOneGC and fix config leakage by Gavin Mak · 8 weeks ago v2.63
  37. 7e9079b sync: Switch to using self._bloated_projects by Gavin Mak · 8 weeks ago
  38. 61bd6b3 tests: Add tests for _CheckForBloatedProjects and _GCProjects by Gavin Mak · 8 weeks ago
  39. 32e7327 upload: Clarify partial sync message on hook failure by Marty Heavey · 9 weeks ago
  40. 4f707ff sync: Provide feedback during post-sync operations by Gavin Mak · 9 weeks ago
  41. e2671c1 progress: Ignore updates after progress ends by Gavin Mak · 9 weeks ago
  42. b43a20b project: Avoid skipping fetches for shallow clones without .git/shallow by Becky Siegel · 9 weeks ago
  43. 8869a30 project: Drop --no-deref from update-ref --stdin by Miyako.Enei · 2 months ago
  44. 3b0eebe project: implement stateless sync pruning logic by Gavin Mak · 3 months ago
  45. 00991bf manifest: Add `sync-strategy` attribute to project elements by Gavin Mak · 3 months ago
  46. e8338b5 tests: Convert forall subcmd test to pytest by Nasser Grainawi · 2 months ago
  47. 951666f gc: Fix hang during repack in partial clones by Gavin Mak · 2 months ago
  48. 854b330 test_wrapper: add test for repo script executable permission by Carlos Fernandez · 3 months ago
  49. 654690e tests: convert more tests to pytest by Mike Frysinger · 3 months ago
  50. ac2be4c tests: convert __file__ usage to pathlib by Mike Frysinger · 3 months ago
  51. 3d819e8 tests: unify fixture() helper with Path constant by Mike Frysinger · 3 months ago
  52. 5739839 Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions by Carlos Fernandez · 3 months ago
  53. 3f3c681 project: Refactor GetHead to use symbolic-ref first by Gavin Mak · 3 months ago
  54. 242e97d Implement command forgiveness with autocorrect by Sam Saccone · 3 months ago
  55. ade45de docs: windows: mention Developer Mode for symlinks by Mike Frysinger · 3 months ago v2.62
  56. 0251fb3 project: don't re-shallow manually unshallowed repos during sync by Lucas Tanure · 3 months ago
  57. 0176586 Use git_superproject.UseSuperproject() everywhere by Jacky Liu · 3 months ago
  58. 582804a pydev: drop Python 2 reference by Mike Frysinger · 3 months ago
  59. afc3d55 isort: merge config into pyproject.toml by Mike Frysinger · 3 months ago
  60. f24bc7a tests: switch some test modules to pytest by Mike Frysinger · 3 months ago
  61. 83b8ebd git_superproject: avoid re-initing bare repo by Gavin Mak · 4 months ago
  62. a0abfd7 project: resolve unborn HEAD robustly in reftable repos by Gavin Mak · 4 months ago
  63. 403fedf project: support reftable anchors in worktree .git migration by Gavin Mak · 4 months ago
  64. f14c577 project: avoid direct packed-refs writes during fetch by Gavin Mak · 4 months ago
  65. 67881c0 git_refs: read refs via git plumbing for files/reftable by Gavin Mak · 4 months ago
  66. 551087c tests: add a util module for sharing code by Mike Frysinger · 3 months ago
  67. 8da56a0 man: refresh after recent changes by Mike Frysinger · 3 months ago
  68. 0f01cd2 docs: Document support for child elements in extend-project by Jeffery Miller · 4 months ago
  69. 1ee9866 tests: Add extend-project test for additional annotations by Jeffery Miller · 4 months ago
  70. 6f9622f sync: Remove dependency on ssh if not needed by Jordan Esh · 6 months ago
  71. 5cb0251 gc: fix untargeted projects being deleted by Gavin Mak · 4 months ago
  72. a214fd3 manifest: Introduce `sync-j-max` attribute to cap sync jobs by Gavin Mak · 5 months ago
  73. 62cd0de Make git trace2 logging errors conditional on verbose mode. by Sam Saccone · 5 months ago
  74. b60512a run_tests: log tool versions by Mike Frysinger · 5 months ago
  75. 5d88972 Revert "init: change --manifest-depth default to 1" by Mike Frysinger · 5 months ago v2.61.1
  76. 3c0e67b manifest_xml: prevent extend-project from inheriting local groups by Gavin Mak · 5 months ago
  77. 3b7b20a CONTRIBUTING: fix HTTP password URL by Nico Wald · 5 months ago
  78. e71a8c6 project: disable auto-gc for depth=1 in git config by Gavin Mak · 5 months ago v2.61
  79. c687b5d run_tests/release: require Python 3.9+ by Mike Frysinger · 5 months ago
  80. 1dd9c57 tests: drop tox support by Mike Frysinger · 5 months ago
  81. 4525c2e github: add black check action by Mike Frysinger · 5 months ago
  82. 45dcd73 tests: skip AF_UNIX tests when unavailable by Mike Frysinger · 5 months ago
  83. 1dad86d check-metadata: skip files that do not exist by Mike Frysinger · 5 months ago
  84. 622a5bf init: change --manifest-depth default to 1 by Mike Frysinger · 6 months ago v2.60.2
  85. 871e4c7 sync: skip bloat check if fresh sync by Gavin Mak · 6 months ago v2.60.1
  86. 5b0b551 project: only use --no-auto-gc for git 2.23.0+ by Gavin Mak · 6 months ago
  87. b5991d7 sync: Add heuristic warning for bloated shallow repositories by Gavin Mak · 6 months ago v2.60
  88. 7f87c54 project: disable auto-gc on fetch for projects with clone-depth=1 by Gavin Mak · 7 months ago
  89. 50c6226 Prevent leftover bare gitdirs after failed sync attempts by Kaushik Lingarkar · 8 months ago
  90. 1e4b288 project: Make the error message more logical when a linkfile fail by Peter Kjellerstedt · 7 months ago
  91. 31b4b19 info: Print a newline after printing the superproject's revision by Peter Kjellerstedt · 7 months ago
  92. 2b6de52 Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr() by Peter Kjellerstedt · 7 months ago
  93. 91ec998 manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml() by Peter Kjellerstedt · 7 months ago
  94. 08964a1 docs: manifest-format: reformat spec to align the CDATA parts by Mike Frysinger · 7 months ago
  95. 3073a90 manifest: Propagate revision attribute through multiple levels of include by Peter Kjellerstedt · 7 months ago
  96. 75773b8 manifest, project: Store project groups as sets by Peter Kjellerstedt · 7 months ago
  97. 412367b project: Use dicts to keep track of copyfiles and linkfiles by Peter Kjellerstedt · 7 months ago
  98. 47c24b5 manifest: Make include groups propagate to extend-project elements by Peter Kjellerstedt · 7 months ago
  99. be33106 wipe: Add new `repo wipe` subcommand by Gavin Mak · 7 months ago
  100. 5998c0b tests: manifest_xml: convert most path usage to pathlib by Mike Frysinger · 7 months ago