summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-6/+13
* sync: superproject performance changes.Raman Tenneti2021-02-071-36/+45
* sync: Disable info about disabling pruning when quietAnders Björklund2021-01-221-2/+3
* sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-211-1/+39
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-20/+5
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* sync: respect --force-sync when fetching manifest project updatesErwan Yvin2020-11-171-0/+1
* subcmds/sync.py: Fix typo in helpRoger Shimizu2020-06-061-1/+1
* sync: fix duplicate word in descriptionMike Frysinger2020-05-241-1/+1
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-2/+6
* sync: add retry to fetch operationsGeorge Engelbrecht2020-04-021-0/+5
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-181-1/+1
* sync: warn if not tracking a branchMike Frysinger2020-03-171-0/+7
* sync: fix os.environ logic errorsMike Frysinger2020-03-071-3/+3
* sync: Fix flake8 E125 and E129 warningsDavid Pursehouse2020-02-201-3/+3
* project/sync: move DeleteProject helper to ProjectMike Frysinger2020-02-201-81/+4
* project: set core.repositoryFormatVersion=1 when using extensionsMike Frysinger2020-02-191-2/+1
* add experimental git worktree supportMike Frysinger2020-02-191-6/+18
* assume environment always accepts stringsMike Frysinger2020-02-191-8/+8
* avoid negative variablesMike Frysinger2020-02-191-9/+9
* Open temporary cookie file as writable in sync.pyCollin Fijalkovich2020-02-181-1/+1
* sync: introduce --verbose optionMike Frysinger2020-02-171-3/+10
* sync: add a "finished" messageMike Frysinger2020-02-121-0/+3
* drop old git_require checksMike Frysinger2020-02-121-2/+1
* Fix usage of bare 'except'David Pursehouse2020-02-121-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+9