summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* gc: Add tags to remote pack listv2.52Josip Sokcevic2025-02-051-0/+2
* Revert "sync: skip network half on repo upgrade"Josip Sokcevic2025-01-311-1/+1
* docs: smart-sync: split out & expand detailsMike Frysinger2025-01-301-0/+1
* gc: Add repack optionJosip Sokcevic2025-01-141-2/+160
* gc: extract deletion from Execute methodJosip Sokcevic2025-01-141-7/+14
* sync: Handle KeyboardInterrupt during checkoutJosip Sokcevic2025-01-081-0/+2
* sync: skip network half on repo upgradeJosip Sokcevic2024-12-181-1/+1
* gc: Introduce new command to remove old projectsv2.50.1Josip Sokcevic2024-12-181-0/+127
* sync: Delete symlinks relative to client topdirv2.50.0v2.50Josip Sokcevic2024-12-161-1/+4
* branches: Escape percent signs in branch namesJosip Sokcevic2024-12-031-1/+4
* sync: Do not fail to sync a manifest with no projectsPeter Kjellerstedt2024-11-261-1/+1
* sync: fix connection error on macOSv2.49.3Kuang-che Wu2024-11-061-0/+11
* upload: Return correct tuple values in _ProcessResultsv2.49.2Josip Sokcevic2024-10-311-2/+2
* forall: Fix returning results earlyJosip Sokcevic2024-10-301-3/+3
* Use full name of the revision when checking dest-branchv2.49joehsu2024-10-281-2/+5
* Add REPO_SKIP_SELF_UPDATE check in syncFredrik de Groot2024-10-281-1/+3
* subcmds: reduce multiprocessing serialization overheadKuang-che Wu2024-10-2310-169/+221
* sync: reduce multiprocessing serialization overheadKuang-che Wu2024-10-231-83/+88
* sync: Always use WORKER_BATCH_SIZEv2.48Josip Sokcevic2024-10-071-17/+10
* init: add --manifest-upstream-branchKaushik Lingarkar2024-09-261-0/+11
* sync: include TARGET_RELEASE when constructing smart sync target.v2.47Navil2024-09-121-0/+13
* Add a `--rebase` option to sync commandJeroen Dhollander2024-08-301-1/+17
* upload: add a --topic option for setting topic explicitlyMike Frysinger2024-07-011-5/+13
* upload: drop check for uncommitted local changesMike Frysinger2024-05-141-31/+0
* git_command: unify soft/hard versions with requirements.jsonMike Frysinger2024-03-211-6/+8
* upload: Fix patchset description destinationJosip Sokcevic2024-03-081-0/+1
* sync: Fix sorting for nested projectsJosip Sokcevic2024-03-081-3/+7
* sync: introduce --force-checkoutv2.43Josip Sokcevic2024-03-071-3/+26
* upload: Add support for setting patchset descriptionSergiy Belozorov2024-03-041-0/+6
* sync: Introduce git checkout levelsv2.42Josip Sokcevic2024-02-271-9/+55
* subcmds: sync: Remove deprecated _AUTO_GCGreg Edelston2024-02-201-15/+0
* sync: ensure RepoChangedException propagatedJason Chang2024-02-061-1/+1
* stop passing project to UpdateManifestErrorYiwei Zhang2024-02-021-3/+1
* Clean up remaining `repo sync` log spam.Tomasz Wasilczyk2024-01-051-2/+2
* Don't log spam `repo sync` by defaultv2.40Tomasz Wasilczyk2023-12-081-5/+9
* sync: Fix partial sync false positiveMatt Schulte2023-11-301-1/+1
* info: Handle undefined mergeBranchJosip Sokcevic2023-11-201-1/+3
* repo: Use the worktree when checking the repo rev.Jason R. Coombs2023-11-131-1/+1
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-3113-55/+32
* sync: PersistentTransport call parent initv2.39Daniel Kutik2023-10-251-0/+1
* sync: TeeStringIO write should return intDaniel Kutik2023-10-241-1/+2
* sync: Fix tracking of broken linksJason Chang2023-10-241-1/+0
* project: Speculative fix for project corruptionJosip Sokcevic2023-10-231-2/+0
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-211-9/+8
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-211-1/+1
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-211-1/+1
* delete Python 2 (object) compatMike Frysinger2023-10-202-3/+3
* Update logger.warn to logger.warningAravind Vasudevan2023-10-135-9/+9
* sync: Fix print statement in _PostRepoFetchAravind Vasudevan2023-10-061-1/+1
* Reset info logs back to print in syncv2.37Aravind Vasudevan2023-09-281-13/+10