summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* init: expose --worktree optionMike Frysinger2021-03-091-3/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-042-5/+11
* forall: greatly speed up processing overheadv2.13Mike Frysinger2021-03-011-42/+17
* forall: simplify arg passing to worker childrenMike Frysinger2021-03-011-20/+6
* forall: move nested func out to the classMike Frysinger2021-03-011-5/+7
* download: handle shared projects a bit betterMike Frysinger2021-03-011-2/+19
* checkout: add --jobs supportMike Frysinger2021-02-271-10/+27
* sync: switch local checkout to multiprocessingMike Frysinger2021-02-271-124/+52
* abandon/start: add --jobs supportMike Frysinger2021-02-272-38/+83
* grep: move nested func out to the classMike Frysinger2021-02-251-37/+35
* 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
* init: support -b HEAD as a shortcut to "the default"Mike Frysinger2021-02-251-4/+8
* 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
* diff: add --jobs supportMike Frysinger2021-02-231-4/+38
* forall: rewrite parallel logicMike Frysinger2021-02-221-66/+40
* forall: improve pool logicMike Frysinger2021-02-221-15/+10
* status: improve parallel execution stabilityMike Frysinger2021-02-222-13/+13
* command: unify --job option & default valuesMike Frysinger2021-02-224-25/+13
* use simpler super() magicMike Frysinger2021-02-191-2/+2
* init: make --manifest-url flag optionalMike Frysinger2021-02-181-4/+16
* git_command: rework stdin handlingMike Frysinger2021-02-171-3/+1
* trim redundant pass statementsMike Frysinger2021-02-162-2/+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-112-19/+23
* diffmanifests/sync: simplify repodir lookupMike Frysinger2021-02-112-3/+3
* git_config: add SetBoolean helperMike Frysinger2021-02-111-7/+7
* 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
* version: add remote tracking informationMike Frysinger2021-01-081-0/+2
* drop pyversion & is_python3 checkingMike Frysinger2021-01-064-38/+6
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-0628-87/+0
* Add parallelism to 'branches' commandChris McDonald2020-12-141-4/+42
* init: reset hard to --repo-revMike Frysinger2020-12-061-1/+1
* Concentrate the RepoHook knowledge in the RepoHook classRemy Bohmer2020-11-231-53/+11
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-185-10/+10
* sync: respect --force-sync when fetching manifest project updatesErwan Yvin2020-11-171-0/+1
* manifest: add a --json output optionMike Frysinger2020-11-171-4/+26
* upload: improve tip for fixing upload remoteMike Frysinger2020-11-161-4/+4
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-031-1/+1
* init: use the remote default manifest branchMike Frysinger2020-09-091-11/+15
* status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka2020-09-091-33/+15
* manifest: drop support for local_manifest.xmlMike Frysinger2020-09-081-1/+1
* init: reject unknown argsMike Frysinger2020-09-021-0/+3
* upload: exit non-zero when preupload hooks failMike Frysinger2020-07-251-1/+1
* subcmds/sync.py: Fix typo in helpRoger Shimizu2020-06-061-1/+1