summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* download: unify error handling with sub git callsMike Frysinger2020-03-231-11/+21
* download: support -x when cherry-pickingMike Frysinger2020-03-231-1/+12
* download: support --ff when cherry-pickingMike Frysinger2020-03-231-1/+1
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-182-4/+5
* init: respect --repo-url changesMike Frysinger2020-03-171-0/+8
* sync: warn if not tracking a branchMike Frysinger2020-03-171-0/+7
* subcmds: stop instantiating at import timeMike Frysinger2020-03-173-7/+8
* subcmds: centralize all_commands logicMike Frysinger2020-03-172-8/+9
* upload: add config setting for upload notificationsMike Frysinger2020-03-151-1/+13
* diffmanifests: honour --pretty-format when printing --rawConnor Newton2020-03-131-3/+3
* sync: fix os.environ logic errorsMike Frysinger2020-03-071-3/+3
* launcher/version: include OS/CPU info in outputMike Frysinger2020-02-251-0/+7
* upload: drop support for draftsMike Frysinger2020-02-251-5/+1
* upload: allow users to set labels when uploadingMike Frysinger2020-02-241-10/+33
* manifest: support optional --manifest-nameSean McAllister2020-02-221-1/+7
* repo/init: improve basic progress messagesMike Frysinger2020-02-221-1/+2
* repo/init: add --verbose flagsMike Frysinger2020-02-221-3/+9