summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: windows: mention Developer Mode for symlinksv2.62Mike Frysinger2026-03-201-2/+5
* project: don't re-shallow manually unshallowed repos during syncLucas Tanure2026-03-201-0/+9
* Use git_superproject.UseSuperproject() everywhereJacky Liu2026-03-183-8/+30
* pydev: drop Python 2 referenceMike Frysinger2026-03-181-1/+0
* isort: merge config into pyproject.tomlMike Frysinger2026-03-182-41/+24
* tests: switch some test modules to pytestMike Frysinger2026-03-1812-700/+717
* git_superproject: avoid re-initing bare repoGavin Mak2026-03-172-17/+109
* project: resolve unborn HEAD robustly in reftable reposGavin Mak2026-03-172-0/+45
* project: support reftable anchors in worktree .git migrationGavin Mak2026-03-172-4/+50
* project: avoid direct packed-refs writes during fetchGavin Mak2026-03-171-150/+161
* git_refs: read refs via git plumbing for files/reftableGavin Mak2026-03-174-60/+235
* tests: add a util module for sharing codeMike Frysinger2026-03-125-56/+83
* man: refresh after recent changesMike Frysinger2026-03-101-1/+6
* docs: Document support for child elements in extend-projectJeffery Miller2026-02-191-0/+5
* tests: Add extend-project test for additional annotationsJeffery Miller2026-02-191-0/+40
* sync: Remove dependency on ssh if not neededJordan Esh2026-02-112-11/+33
* gc: fix untargeted projects being deletedGavin Mak2026-02-092-1/+92
* manifest: Introduce `sync-j-max` attribute to cap sync jobsGavin Mak2026-02-066-11/+101
* Make git trace2 logging errors conditional on verbose mode.Sam Saccone2026-02-034-53/+162
* run_tests: log tool versionsMike Frysinger2026-01-291-0/+24
* Revert "init: change --manifest-depth default to 1"v2.61.1Mike Frysinger2026-01-212-4/+4
* manifest_xml: prevent extend-project from inheriting local groupsGavin Mak2026-01-152-0/+35
* CONTRIBUTING: fix HTTP password URLNico Wald2026-01-121-1/+1
* project: disable auto-gc for depth=1 in git configv2.61Gavin Mak2026-01-083-0/+39
* run_tests/release: require Python 3.9+Mike Frysinger2026-01-065-4/+18
* tests: drop tox supportMike Frysinger2026-01-064-81/+8
* github: add black check actionMike Frysinger2026-01-061-0/+16
* tests: skip AF_UNIX tests when unavailableMike Frysinger2026-01-061-0/+1
* check-metadata: skip files that do not existMike Frysinger2026-01-061-1/+4
* init: change --manifest-depth default to 1v2.60.2Mike Frysinger2026-01-052-4/+4
* sync: skip bloat check if fresh syncv2.60.1Gavin Mak2025-12-151-1/+2
* project: only use --no-auto-gc for git 2.23.0+Gavin Mak2025-12-152-1/+7
* sync: Add heuristic warning for bloated shallow repositoriesv2.60Gavin Mak2025-12-101-0/+104
* project: disable auto-gc on fetch for projects with clone-depth=1Gavin Mak2025-12-081-0/+10
* Prevent leftover bare gitdirs after failed sync attemptsKaushik Lingarkar2025-12-051-17/+53
* project: Make the error message more logical when a linkfile failPeter Kjellerstedt2025-12-031-3/+1
* info: Print a newline after printing the superproject's revisionPeter Kjellerstedt2025-12-031-0/+1
* Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()Peter Kjellerstedt2025-12-035-6/+7
* manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml()Peter Kjellerstedt2025-12-022-10/+10
* docs: manifest-format: reformat spec to align the CDATA partsMike Frysinger2025-12-022-29/+41
* manifest: Propagate revision attribute through multiple levels of includePeter Kjellerstedt2025-11-264-10/+40
* manifest, project: Store project groups as setsPeter Kjellerstedt2025-11-265-60/+62
* project: Use dicts to keep track of copyfiles and linkfilesPeter Kjellerstedt2025-11-264-40/+131
* manifest: Make include groups propagate to extend-project elementsPeter Kjellerstedt2025-11-264-2/+42
* wipe: Add new `repo wipe` subcommandGavin Mak2025-11-214-1/+512
* tests: manifest_xml: convert most path usage to pathlibMike Frysinger2025-11-111-57/+49
* man: Regenerate after manifest updatePeter Kjellerstedt2025-11-061-11/+16
* manifest: Make extend-project support copyfile, linkfile and annotationPeter Kjellerstedt2025-10-273-12/+101
* sync: fix saving of fetch times and local statev2.59Gavin Mak2025-10-202-147/+167
* run_tests: log each command runMike Frysinger2025-10-151-5/+23