summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Update logger.warn to logger.warningAravind Vasudevan2023-10-131-1/+1
* 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
* sync: Preserve errors on KeyboardInterruptJason Chang2023-09-061-41/+78
* sync: Use repo logger within syncAravind Vasudevan2023-08-311-104/+87
* isort: format codebasev2.36Mike Frysinger2023-08-221-19/+21
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-221-2/+2
* upload: Suggest full sync if hooks fail with partially synced treeGavin Mak2023-08-221-2/+2
* sync: Ignore repo project when checking partial syncsGavin Mak2023-08-221-1/+5
* gitc: drop supportJason Chang2023-08-151-46/+0
* sync: Warn if partial sync state is detectedGavin Mak2023-08-101-1/+40
* Refactor errors for sync commandJason Chang2023-08-021-45/+114
* sync: Track last completed fetch/checkoutGavin Mak2023-07-281-16/+71
* sync: Track new/existing project countJason Chang2023-06-231-0/+7
* sync: Update sync progress even when _sync_dict is emptyv2.34.1Gavin Mak2023-05-301-3/+7
* sync: Handle race condition when reading active jobsJosip Sokcevic2023-05-261-3/+3
* Add envar to replace shallow clones with partialJason Chang2023-05-251-0/+13
* sync: Show number of running fetch jobsv2.34Gavin Mak2023-05-251-4/+5
* sync: Show elapsed time for the longest syncing projectGavin Mak2023-05-181-3/+36
* [git_trace2] Add logs for critical cmdsJosip Sokcevic2023-05-171-17/+14
* sync: Fix how sync times for shared projects are recordedv2.33Gavin Mak2023-05-101-19/+15
* sync: Display total elapsed fetch timeGavin Mak2023-05-021-1/+7
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-1400/+1730
* sync: Remove unused variableJosip Sokcevic2023-02-021-1/+1
* Handle KeyboardInterrupt during repo syncJosip Sokcevic2023-02-011-0/+2
* Update sync progressJosip Sokcevic2023-02-011-1/+1
* sync: Silence 'not found in manifest' messageMichael Kelly2023-01-311-1/+1
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* sync: fix manifest sync-j handlingMike Frysinger2022-12-081-29/+42
* sync: Fix undefined variable in _FetchOneKarsten Tausche2022-12-081-2/+3
* sync: finish marking REPO_AUTO_GC=1 as deprecated.LaMont Jones2022-12-051-5/+3
* sync: cleanup output when not doing GCLaMont Jones2022-12-021-13/+14
* Revert "sync: save any cruft after calling git gc."LaMont Jones2022-12-021-45/+4
* sync: mark REPO_AUTO_GC=1 as deprecated.LaMont Jones2022-12-021-1/+5
* subcmds: display correct path multitree messagesLaMont Jones2022-11-151-1/+1
* sync: REPO_AUTO_GC=1 to restore old behavior.LaMont Jones2022-11-101-2/+10
* sync: no garbage collection by defaultLaMont Jones2022-11-081-1/+19
* sync: clear preciousObjects when set in error.LaMont Jones2022-11-031-21/+75
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-8/+5
* sync: uninitialized variable on mirror sync failureLaMont Jones2022-10-261-0/+1
* sync: do not require python 3.9v2.29.4LaMont Jones2022-10-251-5/+5
* sync: only use --cruft when git supports it.v2.29.3LaMont Jones2022-09-221-3/+9
* sync: use namedtuples for internal return valuesLaMont Jones2022-09-191-12/+83
* sync: incorporate review feedback.LaMont Jones2022-09-191-31/+32
* sync: save any cruft after calling git gc.v2.29.2LaMont Jones2022-09-091-4/+44
* sync: Correctly sync multi manifest workspacesv2.29.1LaMont Jones2022-08-241-6/+5
* sync: handle smartsync HTML responses betterMike Frysinger2022-07-281-4/+10
* sync: start clearing git settings that disabled pruningLaMont Jones2022-07-251-12/+18
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-251-26/+41
* Only sync superproject if it will be used.LaMont Jones2022-06-081-1/+1