summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: Always use WORKER_BATCH_SIZEv2.48Josip Sokcevic2024-10-073-27/+43
* project: Handle git sso auth failures as repo exitJosip Sokcevic2024-10-032-0/+19
* superproject: Remove notice about betaJosip Sokcevic2024-10-031-12/+0
* project: run fetch --refetch on unable to not parse commitJosip Sokcevic2024-10-031-1/+4
* Disable git terminal prompt during fetch/cloneJosip Sokcevic2024-09-262-6/+22
* init: add --manifest-upstream-branchKaushik Lingarkar2024-09-263-2/+28
* man: regenerate man pagesKaushik Lingarkar2024-09-252-2/+10
* project: Copy and link files even with local branchesBrian Norris2024-09-191-0/+2
* sync: include TARGET_RELEASE when constructing smart sync target.v2.47Navil2024-09-121-0/+13
* color: fix have_fg not re assign to truebright2024-09-123-0/+83
* tox.ini: Make the lint and format environments run black for all codePeter Kjellerstedt2024-09-121-2/+2
* tox.ini, constraints.txt: Lock the version of black to <24Peter Kjellerstedt2024-09-122-0/+4
* project: run fetch --refetch onacould not parse commitJosip Sokcevic2024-09-121-0/+11
* Add a `--rebase` option to sync commandJeroen Dhollander2024-08-302-3/+21
* sync: Fix git command for aborting rebase being called incorrectly.Erik Elmeke2024-08-281-1/+1
* project: ignore more curl failure modesv2.46Mike Frysinger2024-07-021-4/+13
* logging: Fix log formatting with colored outputShik Chen2024-07-022-2/+39