summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* sync: Log repo sync state events as 'data' events.Raman Tenneti2021-09-141-4/+4
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-131-5/+9
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-291-3/+20
* superproject: Skip updating of superproject when -l is used with sync.Raman Tenneti2021-07-281-0/+6
* Update manifest_name with the returned manifest name for superproject.v2.16.2Xin Li2021-07-141-3/+1
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-3/+4
* Fix an issue that repo can't see projects declared in a local manifest.Xin Li2021-07-131-1/+1
* sync: dump git output on errorsMike Frysinger2021-07-041-1/+1
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-011-9/+2
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-6/+12
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* sync: Sync submodules correctly againv2.15.3Peter Kjellerstedt2021-05-201-3/+9
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-101-12/+32
* ssh: move proxy usage to the sync subcommandMike Frysinger2021-05-101-2/+8
* sync: added --no-use-superproject to disable superproject.Raman Tenneti2021-05-081-3/+7
* sync: Recommend using --no-use-superproject if sync fails.Raman Tenneti2021-05-071-1/+2
* sync: refactor main fetch loopMike Frysinger2021-05-061-42/+59
* sync: fix recursive fetchingMike Frysinger2021-05-051-1/+1
* sync: use manifest_name passed inMike Frysinger2021-05-041-1/+1
* sync: switch to multiprocessing.EventMike Frysinger2021-05-041-1/+1
* sync: fix logic error with linkfile errorsMike Frysinger2021-05-041-2/+2
* subcmds: force consistent help text formatMike Frysinger2021-05-041-4/+5
* init/sync: add --no-tags to match --tagsMike Frysinger2021-05-041-1/+4
* add --no-current-branch option to invert --current-branchMike Frysinger2021-05-041-0/+3
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-6/+16
* Update copyfile and linkfile if manifest updatedjiajia tang2021-05-011-0/+64
* sync: fix missing import for -qv2.14.1Mike Frysinger2021-04-211-1/+1
* sync: only print error.GitError, don't raise that exception.Raman Tenneti2021-04-151-0/+5
* command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-151-30/+19
* progress: hide progress bar when --quietMike Frysinger2021-04-131-3/+3
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-11/+3
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-3/+4
* sync: add separate --jobs options for different stepsMike Frysinger2021-04-091-4/+11
* sync: add progress bar to garbage collection phaseMike Frysinger2021-04-091-6/+14
* sync: rework selfupdate logicMike Frysinger2021-04-091-48/+20
* sync: switch network fetch to multiprocessingMike Frysinger2021-04-011-124/+91
* sync: imply -c if --use-superproject option is used.Raman Tenneti2021-03-241-5/+13
* sync: fix reporting of failed local checkoutsv2.13.6Mike Frysinger2021-03-151-1/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-041-1/+2
* sync: switch local checkout to multiprocessingMike Frysinger2021-02-271-124/+52
* sync: capture all git output by defaultMike Frysinger2021-02-251-0/+7
* progress/sync: include active number of jobsMike Frysinger2021-02-251-11/+16
* progress: always enable always_print_percentageMike Frysinger2021-02-251-2/+1
* sync: use superproject if manifest's config has superproject enabled.Raman Tenneti2021-02-251-1/+3
* sync: update event is_set APIMike Frysinger2021-02-231-7/+7
* command: unify --job option & default valuesMike Frysinger2021-02-221-5/+4
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* sync: use subprocess.run to verify tagsMike Frysinger2021-02-161-13/+4
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-19/+3
* diffmanifests/sync: simplify repodir lookupMike Frysinger2021-02-111-1/+1