summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: fix duplicate word in descriptionMike Frysinger2020-05-241-1/+1
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-212-4/+15
* Fix how we format the full destination branch when uploading.Sean McAllister2020-05-191-1/+5
* repo info findRemoteLocalDiff use short branchDaniel Kutik2020-05-121-2/+5
* When writing manifest, set the dest-branch attribute for projectsSean McAllister2020-04-201-2/+9
* Expose upstream and dest-branch attributes through environmentSean McAllister2020-04-162-0/+9
* forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz2020-04-141-1/+1
* sync: add retry to fetch operationsGeorge Engelbrecht2020-04-021-0/+5
* version: include tag commit date for easy referenceMike Frysinger2020-03-311-0/+1
* version: fix running under Python 2Mike Frysinger2020-03-251-3/+7
* init: respect --repo-rev changesMike Frysinger2020-03-251-0/+11
* download: add a --branch optionMike Frysinger2020-03-231-1/+11