1. baa281d sync: Refactor to use _RunOneGC and fix config leakage by Gavin Mak · 10 hours ago main v2.63
  2. 7e9079b sync: Switch to using self._bloated_projects by Gavin Mak · 11 hours ago
  3. 61bd6b3 tests: Add tests for _CheckForBloatedProjects and _GCProjects by Gavin Mak · 12 hours ago
  4. 32e7327 upload: Clarify partial sync message on hook failure by Marty Heavey · 24 hours ago
  5. 4f707ff sync: Provide feedback during post-sync operations by Gavin Mak · 3 days ago
  6. e2671c1 progress: Ignore updates after progress ends by Gavin Mak · 3 days ago
  7. b43a20b project: Avoid skipping fetches for shallow clones without .git/shallow by Becky Siegel · 4 days ago
  8. 8869a30 project: Drop --no-deref from update-ref --stdin by Miyako.Enei · 8 days ago
  9. 3b0eebe project: implement stateless sync pruning logic by Gavin Mak · 12 days ago
  10. 00991bf manifest: Add `sync-strategy` attribute to project elements by Gavin Mak · 12 days ago
  11. e8338b5 tests: Convert forall subcmd test to pytest by Nasser Grainawi · 12 days ago
  12. 951666f gc: Fix hang during repack in partial clones by Gavin Mak · 13 days ago
  13. 854b330 test_wrapper: add test for repo script executable permission by Carlos Fernandez · 2 weeks ago
  14. 654690e tests: convert more tests to pytest by Mike Frysinger · 2 weeks ago
  15. ac2be4c tests: convert __file__ usage to pathlib by Mike Frysinger · 2 weeks ago
  16. 3d819e8 tests: unify fixture() helper with Path constant by Mike Frysinger · 2 weeks ago
  17. 5739839 Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions by Carlos Fernandez · 3 weeks ago
  18. 3f3c681 project: Refactor GetHead to use symbolic-ref first by Gavin Mak · 3 weeks ago
  19. 242e97d Implement command forgiveness with autocorrect by Sam Saccone · 4 weeks ago
  20. ade45de docs: windows: mention Developer Mode for symlinks by Mike Frysinger · 4 weeks ago stable v2.62
  21. 0251fb3 project: don't re-shallow manually unshallowed repos during sync by Lucas Tanure · 5 weeks ago
  22. 0176586 Use git_superproject.UseSuperproject() everywhere by Jacky Liu · 5 weeks ago
  23. 582804a pydev: drop Python 2 reference by Mike Frysinger · 5 weeks ago
  24. afc3d55 isort: merge config into pyproject.toml by Mike Frysinger · 5 weeks ago
  25. f24bc7a tests: switch some test modules to pytest by Mike Frysinger · 5 weeks ago
  26. 83b8ebd git_superproject: avoid re-initing bare repo by Gavin Mak · 5 weeks ago
  27. a0abfd7 project: resolve unborn HEAD robustly in reftable repos by Gavin Mak · 5 weeks ago
  28. 403fedf project: support reftable anchors in worktree .git migration by Gavin Mak · 5 weeks ago
  29. f14c577 project: avoid direct packed-refs writes during fetch by Gavin Mak · 5 weeks ago
  30. 67881c0 git_refs: read refs via git plumbing for files/reftable by Gavin Mak · 5 weeks ago
  31. 551087c tests: add a util module for sharing code by Mike Frysinger · 6 weeks ago
  32. 8da56a0 man: refresh after recent changes by Mike Frysinger · 6 weeks ago
  33. 0f01cd2 docs: Document support for child elements in extend-project by Jeffery Miller · 9 weeks ago
  34. 1ee9866 tests: Add extend-project test for additional annotations by Jeffery Miller · 9 weeks ago
  35. 6f9622f sync: Remove dependency on ssh if not needed by Jordan Esh · 10 weeks ago
  36. 5cb0251 gc: fix untargeted projects being deleted by Gavin Mak · 2 months ago
  37. a214fd3 manifest: Introduce `sync-j-max` attribute to cap sync jobs by Gavin Mak · 2 months ago
  38. 62cd0de Make git trace2 logging errors conditional on verbose mode. by Sam Saccone · 3 months ago
  39. b60512a run_tests: log tool versions by Mike Frysinger · 3 months ago
  40. 5d88972 Revert "init: change --manifest-depth default to 1" by Mike Frysinger · 3 months ago v2.61.1
  41. 3c0e67b manifest_xml: prevent extend-project from inheriting local groups by Gavin Mak · 3 months ago
  42. 3b7b20a CONTRIBUTING: fix HTTP password URL by Nico Wald · 3 months ago
  43. e71a8c6 project: disable auto-gc for depth=1 in git config by Gavin Mak · 3 months ago v2.61
  44. c687b5d run_tests/release: require Python 3.9+ by Mike Frysinger · 3 months ago
  45. 1dd9c57 tests: drop tox support by Mike Frysinger · 3 months ago
  46. 4525c2e github: add black check action by Mike Frysinger · 3 months ago
  47. 45dcd73 tests: skip AF_UNIX tests when unavailable by Mike Frysinger · 3 months ago
  48. 1dad86d check-metadata: skip files that do not exist by Mike Frysinger · 3 months ago
  49. 622a5bf init: change --manifest-depth default to 1 by Mike Frysinger · 4 months ago v2.60.2
  50. 871e4c7 sync: skip bloat check if fresh sync by Gavin Mak · 4 months ago v2.60.1
  51. 5b0b551 project: only use --no-auto-gc for git 2.23.0+ by Gavin Mak · 4 months ago
  52. b5991d7 sync: Add heuristic warning for bloated shallow repositories by Gavin Mak · 4 months ago v2.60
  53. 7f87c54 project: disable auto-gc on fetch for projects with clone-depth=1 by Gavin Mak · 4 months ago
  54. 50c6226 Prevent leftover bare gitdirs after failed sync attempts by Kaushik Lingarkar · 5 months ago
  55. 1e4b288 project: Make the error message more logical when a linkfile fail by Peter Kjellerstedt · 5 months ago
  56. 31b4b19 info: Print a newline after printing the superproject's revision by Peter Kjellerstedt · 5 months ago
  57. 2b6de52 Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr() by Peter Kjellerstedt · 5 months ago
  58. 91ec998 manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml() by Peter Kjellerstedt · 5 months ago
  59. 08964a1 docs: manifest-format: reformat spec to align the CDATA parts by Mike Frysinger · 5 months ago
  60. 3073a90 manifest: Propagate revision attribute through multiple levels of include by Peter Kjellerstedt · 5 months ago
  61. 75773b8 manifest, project: Store project groups as sets by Peter Kjellerstedt · 5 months ago
  62. 412367b project: Use dicts to keep track of copyfiles and linkfiles by Peter Kjellerstedt · 5 months ago
  63. 47c24b5 manifest: Make include groups propagate to extend-project elements by Peter Kjellerstedt · 5 months ago
  64. be33106 wipe: Add new `repo wipe` subcommand by Gavin Mak · 5 months ago
  65. 5998c0b tests: manifest_xml: convert most path usage to pathlib by Mike Frysinger · 5 months ago
  66. 877ef91 man: Regenerate after manifest update by Peter Kjellerstedt · 6 months ago
  67. 4ab2284 manifest: Make extend-project support copyfile, linkfile and annotation by Peter Kjellerstedt · 6 months ago
  68. 1afe96a sync: fix saving of fetch times and local state by Gavin Mak · 6 months ago v2.59
  69. 2719a8e run_tests: log each command run by Mike Frysinger · 6 months ago
  70. e4872ac sync: Use 'git rebase' during 'repo sync --rebase' by Jeroen Dhollander · 6 months ago
  71. 4623264 Fix submodule initialization in interleaved sync mode by Kaushik Lingarkar · 6 months ago
  72. 67383bd Follow up "Fix shallow clones when upstream attribute is present" by Kaushik Lingarkar · 7 months ago
  73. d30414b forall: fix crash with no command by Mike Frysinger · 7 months ago
  74. 80d1a5a run_tests: add file header checker for licensing blocks by Mike Frysinger · 8 months ago
  75. c615c96 man: regen after sync updates by Mike Frysinger · 8 months ago
  76. 5ed12ec standardize file header wrt licensing by Mike Frysinger · 8 months ago
  77. 58a59fd CONTRIBUTING: rename doc per Google OSS policies by Mike Frysinger · 8 months ago
  78. 38d2fe1 Revert "Fix shallow clones when upstream attribute is present" by Gavin Mak · 8 months ago v2.58
  79. 854fe44 git_superproject: fix AttributeError in Superproject logging by Gavin Mak · 8 months ago
  80. d534a55 sync: Fix missing error details in interleaved summary by Gavin Mak · 8 months ago
  81. a64149a sync: Record and propagate errors from deferred actions by Gavin Mak · 8 months ago
  82. 3e6acf2 progress: Fix race condition causing fileno crash by Gavin Mak · 8 months ago
  83. a6e1a59 sync: Avoid duplicate projects in error text by Gavin Mak · 8 months ago
  84. 380bf95 sync: always show sync result stderr_text on error by Gavin Mak · 8 months ago
  85. d9cc0a1 Fix shallow clones when upstream attribute is present by Krzysztof Wesolowski · 9 months ago
  86. 8c3585f project: fallback to reading HEAD when rev-parse fails by Gavin Mak · 9 months ago v2.57.3
  87. 239fad7 hooks: verify hooks project has worktree before running by Gavin Mak · 9 months ago v2.57.2
  88. d3eec0a sync: fix connection error on macOS for interleaved sync by Kuang-che Wu · 9 months ago
  89. 7f7d70e project: Fix GetHead to handle detached HEADs by Gavin Mak · 9 months ago
  90. 720bd1e sync: Don't checkout if no worktree by Gavin Mak · 9 months ago v2.57.1
  91. 25858c8 sync: Default to interleaved mode by Gavin Mak · 9 months ago v2.57
  92. 52bab0b project: Use git rev-parse to read HEAD by Gavin Mak · 9 months ago
  93. 2e6d088 sync: Improve UI and error reporting for interleaved mode by Gavin Mak · 9 months ago
  94. 74edacd project: Use plumbing commands to manage HEAD by Gavin Mak · 9 months ago
  95. 5d95ba8 progress: Make end() idempotent by Gavin Mak · 10 months ago
  96. 82d500e sync: support post-sync hook in <repo-hooks> by Kenny Cheng · 10 months ago
  97. 21269c3 init: Add environment variable for git-lfs by Matt Moeller · 10 months ago
  98. 99b5a17 sync: Share final error handling logic between sync modes by Gavin Mak · 10 months ago v2.56
  99. df3c401 sync: Share manifest list update logic between sync modes by Gavin Mak · 10 months ago
  100. f7a3f99 sync: Share self-update logic between sync modes by Gavin Mak · 10 months ago