summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* project: use --netrc-optional instead of --netrcv2.54Gavin Mak2025-04-101-1/+8
* launcher: switch command quoting to shlex.quoteMike Frysinger2025-04-102-9/+10
* sync: Warn about excessive job countsGavin Mak2025-04-091-0/+20
* run_tests: fix running when cwd is not the rootMike Frysinger2025-04-031-5/+13
* run_tests: enable Python 3.8 CI coverageMike Frysinger2025-04-022-0/+90
* Fix EROFS error when root fs is mounted read-onlyEgor Duda2025-04-021-0/+6
* pager: drop unused global varsMike Frysinger2025-04-011-1/+1
* launcher: change RunError to subprocess.CalledProcessErrorMike Frysinger2025-04-012-9/+6
* launcher: change collections.namedtuple to typing.NamedTupleMike Frysinger2025-03-281-6/+11
* tox: sync black settings with run_testsMike Frysinger2025-03-272-1/+3
* black: update to v25Mike Frysinger2025-03-255-36/+36
* run_tests: move test filtering to pytest markersMike Frysinger2025-03-254-14/+13
* run_tests: move CQ test skips hereMike Frysinger2025-03-251-1/+30
* run_tests: run all tests all the timeMike Frysinger2025-03-251-1/+3
* launcher: change RunResult to subprocess.CompletedProcessMike Frysinger2025-03-242-13/+10
* Sync: Fix full submodule sync while shallow specifiedv2.53Albert Akmukhametov2025-03-131-8/+20
* sync: Refresh index before updating repoJosip Sokcevic2025-03-131-0/+2
* gc: Add tags to remote pack listv2.52Josip Sokcevic2025-02-051-0/+2
* Activate submodulesKaushik Lingarkar2025-02-041-0/+22
* Use 'gitfile' in submodule checkoutsKaushik Lingarkar2025-02-041-7/+42
* Update internal filesystem layout for submodulesKaushik Lingarkar2025-02-043-2/+34
* Revert "sync: skip network half on repo upgrade"Josip Sokcevic2025-01-311-1/+1
* docs: smart-sync: split out & expand detailsMike Frysinger2025-01-303-20/+131
* run_tests: update to python 3.11 & pytest 8.3.4Mike Frysinger2025-01-301-17/+11
* git_config: prefer XDG config locationflexagoon2025-01-231-0/+14
* sync: Recover from errors during read-treev2.51Josip Sokcevic2025-01-161-5/+12
* 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-184-2/+193
* sync: Delete symlinks relative to client topdirv2.50.0v2.50Josip Sokcevic2024-12-161-1/+4
* Add smoke test for subcmd forallFredrik de Groot2024-12-111-0/+156
* Remove gitc support from repoJosip Sokcevic2024-12-037-168/+12
* 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
* Fix event log command event hierarchy.Josip Sokcevic2024-11-223-18/+16
* Make repo installation work without .gitJosip Sokcevic2024-11-181-4/+5
* 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
* worktree: Do not try to fix relative pathsv2.49.1Allen Webb2024-10-301-18/+23
* 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-282-1/+6
* manifest: add optional base check on remove and extendFredrik de Groot2024-10-283-0/+138
* [event_log] Stop leaking semaphore resourcesJosip Sokcevic2024-10-241-2/+10
* progress: always show done messageKuang-che Wu2024-10-241-9/+4
* subcmds: reduce multiprocessing serialization overheadKuang-che Wu2024-10-2311-172/+228
* sync: reduce multiprocessing serialization overheadKuang-che Wu2024-10-232-87/+134
* Fix incremental syncs for prjs with submodulesKaushik Lingarkar2024-10-181-1/+3