summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* sync: Add --superproject-rev flag to sync to specific revisionv2.64Gavin Mak2026-05-201-0/+168
* Fix submodules not synced for repeated repoJosef Malmström2026-05-201-0/+88
* Fix missing `None` check in Remote.SaveJosef Malmström2026-05-131-0/+18
* Add support for self referencing submodulesJosef Malmström2026-05-131-0/+82
* release: update-manpages: revert color filteringMike Frysinger2026-05-121-23/+0
* linkfile: Handle directory-to-symlink transitions safelyCarlos Fernandez2026-05-123-0/+250
* sync: Re-raise KeyboardInterrupt in main processGavin Mak2026-05-121-0/+50
* sync: Exclude stateless sync pruned projects from bloat checkGavin Mak2026-05-111-0/+16
* info: add --format and --include-summary/--include-projects optionsCarlos Fernandez2026-05-071-0/+201
* sync: Fix force_checkout propagationJosef Malmström2026-05-061-0/+30
* git_superproject: Remove redundant _branch variableGavin Mak2026-04-281-1/+1
* tests: Add tests for repo status outputNasser Grainawi2026-04-231-0/+220
* color: type SetDefaultColoring and drop bool statesNasser Grainawi2026-04-221-0/+11
* Add timing keyword argument for hooksRam Peri2026-04-211-0/+47
* sync: Refactor to use _RunOneGC and fix config leakagev2.63Gavin Mak2026-04-201-18/+19
* sync: Switch to using self._bloated_projectsGavin Mak2026-04-201-2/+3
* tests: Add tests for _CheckForBloatedProjects and _GCProjectsGavin Mak2026-04-201-0/+107
* project: Avoid skipping fetches for shallow clones without .git/shallowBecky Siegel2026-04-171-0/+111
* project: implement stateless sync pruning logicGavin Mak2026-04-091-0/+118
* manifest: Add `sync-strategy` attribute to project elementsGavin Mak2026-04-091-0/+23
* tests: Convert forall subcmd test to pytestNasser Grainawi2026-04-091-108/+76
* test_wrapper: add test for repo script executable permissionCarlos Fernandez2026-04-061-0/+5
* tests: convert more tests to pytestMike Frysinger2026-04-064-1206/+1308
* tests: convert __file__ usage to pathlibMike Frysinger2026-04-061-7/+6
* tests: unify fixture() helper with Path constantMike Frysinger2026-04-064-21/+10
* Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez2026-04-031-5/+5
* Implement command forgiveness with autocorrectSam Saccone2026-03-241-0/+166
* tests: switch some test modules to pytestMike Frysinger2026-03-1812-700/+717
* git_superproject: avoid re-initing bare repoGavin Mak2026-03-171-0/+56
* project: resolve unborn HEAD robustly in reftable reposGavin Mak2026-03-171-0/+27
* project: support reftable anchors in worktree .git migrationGavin Mak2026-03-171-0/+22
* git_refs: read refs via git plumbing for files/reftableGavin Mak2026-03-172-3/+148
* tests: add a util module for sharing codeMike Frysinger2026-03-125-56/+83
* tests: Add extend-project test for additional annotationsJeffery Miller2026-02-191-0/+40
* sync: Remove dependency on ssh if not neededJordan Esh2026-02-111-7/+14
* gc: fix untargeted projects being deletedGavin Mak2026-02-091-0/+82
* manifest: Introduce `sync-j-max` attribute to cap sync jobsGavin Mak2026-02-062-0/+55
* Make git trace2 logging errors conditional on verbose mode.Sam Saccone2026-02-032-35/+136
* manifest_xml: prevent extend-project from inheriting local groupsGavin Mak2026-01-151-0/+27
* project: disable auto-gc for depth=1 in git configv2.61Gavin Mak2026-01-081-0/+24
* tests: skip AF_UNIX tests when unavailableMike Frysinger2026-01-061-0/+1
* Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()Peter Kjellerstedt2025-12-031-2/+2
* manifest: Propagate revision attribute through multiple levels of includePeter Kjellerstedt2025-11-261-0/+26
* manifest, project: Store project groups as setsPeter Kjellerstedt2025-11-261-4/+4
* project: Use dicts to keep track of copyfiles and linkfilesPeter Kjellerstedt2025-11-261-4/+86
* manifest: Make include groups propagate to extend-project elementsPeter Kjellerstedt2025-11-261-0/+35
* wipe: Add new `repo wipe` subcommandGavin Mak2025-11-211-0/+263
* tests: manifest_xml: convert most path usage to pathlibMike Frysinger2025-11-111-57/+49
* manifest: Make extend-project support copyfile, linkfile and annotationPeter Kjellerstedt2025-10-271-0/+78
* sync: fix saving of fetch times and local statev2.59Gavin Mak2025-10-201-0/+3