summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix test compatibility with Python 3.14 forkservermainBrian Gan37 hours1-8/+9
* sync: Implement fetchcmd for standard Git layoutsGavin Mak39 hours3-31/+311
* status: Show ahead/behind info for local branchesBrian Gan41 hours4-3/+272
* info: Parallelize project data gathering for JSON outputGavin Mak43 hours2-2/+54
* git_trace2_event_log: Fix index out of range on empty config valuesRahul Yadav47 hours2-2/+9
* repo: Normalize GNUPGHOME path for MSYS GPG on WindowsGavin Mak3 days1-1/+23
* info: Report actual checked-out HEAD revisionGavin Mak3 days4-2/+61
* git_config: Support SHA-256 object IDsGavin Mak6 days3-4/+28
* man: disable line wrappingBrian Gan7 days23-175/+96
* project: fix sync of shallow projects sharing objdirSainath Varanasi7 days2-4/+169
* agents: Add CRAG-generated review agents and skillsGavin Mak8 days4-0/+7248
* gitignore: Add AI agent filesNasser Grainawi9 days1-0/+5
* sync: Support pluggable remote helpers for smart sync manifest server.Rahul Yadav14 days6-31/+430
* project: Add REPO_PROJECT_FETCH_URL environment variableGavin Mak2026-06-164-0/+8
* sync: do not init sibling submodules in parallelJosef Malmström2026-06-162-11/+87
* repo: Bump launcher version to 2.65Gavin Mak2026-06-111-1/+1
* project: handle corrupted projects in DeleteWorktreeGavin Mak2026-06-052-32/+89
* project: Extract project envvar generation to GetEnvVarsGavin Mak2026-05-273-21/+133
* sync: Skip copyfile/linkfile for unavailable projectsXin Li2026-05-271-0/+2
* tests: Deduplicate test setup in test_project.pyGavin Mak2026-05-261-45/+54
* init: Add --use-local-gitdirs for standard Git layoutsGavin Mak2026-05-267-10/+144
* sync: Add --superproject-rev flag to sync to specific revisionv2.64stableGavin Mak2026-05-205-10/+271
* Fix submodules not synced for repeated repoJosef Malmström2026-05-202-1/+90
* Automated: Migrate gerrit/git-repo from gsutil to gcloud storagegurusai-voleti2026-05-142-10/+11
* abandon/start/info: Make them respect smart sync overrideGavin Mak2026-05-143-0/+4
* command: Move smart sync override logic to Command base classGavin Mak2026-05-143-10/+18
* docs: drop period in headersMike Frysinger2026-05-142-3/+3
* run_tests: help2man: update to latest releaseMike Frysinger2026-05-143-10/+10
* Fix missing `None` check in Remote.SaveJosef Malmström2026-05-132-1/+22
* Add support for self referencing submodulesJosef Malmström2026-05-132-1/+83
* release: update-manpages: revert color filteringMike Frysinger2026-05-122-26/+1
* linkfile: Handle directory-to-symlink transitions safelyCarlos Fernandez2026-05-126-9/+320
* run_tests: leverage cipd when available for help2manMike Frysinger2026-05-126-10/+76
* sync: Re-raise KeyboardInterrupt in main processGavin Mak2026-05-123-0/+63
* git_config: fix error message command outputMike Frysinger2026-05-121-1/+1
* info: Parallelize repo info to improve performanceGreg Edelston2026-05-123-95/+183
* sync: Exclude stateless sync pruned projects from bloat checkGavin Mak2026-05-112-1/+21
* completion: document installation and usage in READMEGavin Mak2026-05-081-0/+37
* sync: Suggest "git repack -a -d" in bloat warningGavin Mak2026-05-081-2/+2
* Add zsh completionKamal Sacranie2026-05-081-0/+449
* forall: Document REPO_UPSTREAM and REPO_DEST_BRANCH envvarsGavin Mak2026-05-072-1/+12
* info: add --format and --include-summary/--include-projects optionsCarlos Fernandez2026-05-073-21/+349
* sync: Fix force_checkout propagationJosef Malmström2026-05-062-1/+31
* git_superproject: Remove redundant _branch variableGavin Mak2026-04-282-6/+7
* tests: Add tests for repo status outputNasser Grainawi2026-04-231-0/+220
* color: type SetDefaultColoring and drop bool statesNasser Grainawi2026-04-222-3/+15
* Add timing keyword argument for hooksRam Peri2026-04-214-5/+58
* sync: Refactor to use _RunOneGC and fix config leakagev2.63Gavin Mak2026-04-202-26/+42
* sync: Switch to using self._bloated_projectsGavin Mak2026-04-202-13/+14
* tests: Add tests for _CheckForBloatedProjects and _GCProjectsGavin Mak2026-04-201-0/+107