summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
4 hourssync: allow syncing groups with repo sync -g groupHEADmainAndrew Chant
17 hourssync: Deprecate fetch-submodules flag namesJosef Malmström
34 hourshooks: pass yes flag when availableRahul Yadav
5 daysproject: Skip superproject upstream check for MetaProjectsAjay Gupta
6 dayssync: Add CLI flag for globally disabling submodule fetchJosef Malmström
2026-07-07rebase: Resolve revisionExpr to tracking branch for --onto-manifestGavin Mak
2026-07-01color: Treat "true" and "yes" as "auto", not "always"v2.65stableBrian Gan
2026-06-30tests: Fix test compatibility with Python 3.14 forkserverBrian Gan
2026-06-30sync: Implement fetchcmd for standard Git layoutsGavin Mak
2026-06-30status: Show ahead/behind info for local branchesBrian Gan
2026-06-30info: Parallelize project data gathering for JSON outputGavin Mak
2026-06-30git_trace2_event_log: Fix index out of range on empty config valuesRahul Yadav
2026-06-29info: Report actual checked-out HEAD revisionGavin Mak
2026-06-26git_config: Support SHA-256 object IDsGavin Mak
2026-06-25project: fix sync of shallow projects sharing objdirSainath Varanasi
2026-06-18sync: Support pluggable remote helpers for smart sync manifest server.Rahul Yadav
2026-06-16project: Add REPO_PROJECT_FETCH_URL environment variableGavin Mak
2026-06-16sync: do not init sibling submodules in parallelJosef Malmström
2026-06-05project: handle corrupted projects in DeleteWorktreeGavin Mak
2026-05-27project: Extract project envvar generation to GetEnvVarsGavin Mak
2026-05-26tests: Deduplicate test setup in test_project.pyGavin Mak
2026-05-26init: Add --use-local-gitdirs for standard Git layoutsGavin Mak
2026-05-20sync: Add --superproject-rev flag to sync to specific revisionv2.64Gavin Mak
2026-05-20Fix submodules not synced for repeated repoJosef Malmström
2026-05-13Fix missing `None` check in Remote.SaveJosef Malmström
2026-05-13Add support for self referencing submodulesJosef Malmström
2026-05-12release: update-manpages: revert color filteringMike Frysinger
2026-05-12linkfile: Handle directory-to-symlink transitions safelyCarlos Fernandez
2026-05-12sync: Re-raise KeyboardInterrupt in main processGavin Mak
2026-05-11sync: Exclude stateless sync pruned projects from bloat checkGavin Mak
2026-05-07info: add --format and --include-summary/--include-projects optionsCarlos Fernandez
2026-05-06sync: Fix force_checkout propagationJosef Malmström
2026-04-28git_superproject: Remove redundant _branch variableGavin Mak
2026-04-23tests: Add tests for repo status outputNasser Grainawi
2026-04-22color: type SetDefaultColoring and drop bool statesNasser Grainawi
2026-04-21Add timing keyword argument for hooksRam Peri
2026-04-20sync: Refactor to use _RunOneGC and fix config leakagev2.63Gavin Mak
2026-04-20sync: Switch to using self._bloated_projectsGavin Mak
2026-04-20tests: Add tests for _CheckForBloatedProjects and _GCProjectsGavin Mak
2026-04-17project: Avoid skipping fetches for shallow clones without .git/shallowBecky Siegel
2026-04-09project: implement stateless sync pruning logicGavin Mak
2026-04-09manifest: Add `sync-strategy` attribute to project elementsGavin Mak
2026-04-09tests: Convert forall subcmd test to pytestNasser Grainawi
2026-04-06test_wrapper: add test for repo script executable permissionCarlos Fernandez
2026-04-06tests: convert more tests to pytestMike Frysinger
2026-04-06tests: convert __file__ usage to pathlibMike Frysinger
2026-04-06tests: unify fixture() helper with Path constantMike Frysinger
2026-04-03Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez
2026-03-24Implement command forgiveness with autocorrectSam Saccone
2026-03-18tests: switch some test modules to pytestMike Frysinger