summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* init: hide summary output when using --quietMike Frysinger2020-02-221-15/+19
* abandon: add support for --quietMike Frysinger2020-02-201-2/+8
* 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
* upload: add a --hashtag-branch option akin to -tMike Frysinger2020-02-191-0/+5
* add experimental git worktree supportMike Frysinger2020-02-192-6/+42
* assume environment always accepts stringsMike Frysinger2020-02-192-10/+8
* upload: add support for --yesMike Frysinger2020-02-191-3/+14
* upload: add support for standard --dry-runMike Frysinger2020-02-191-0/+4
* upload: add support for setting hashtagsMike Frysinger2020-02-191-0/+24
* upload: improve no pending CL error handlingMike Frysinger2020-02-191-2/+6
* avoid negative variablesMike Frysinger2020-02-194-18/+18
* Open temporary cookie file as writable in sync.pyCollin Fijalkovich2020-02-181-1/+1
* resort a few module imports to follow PEP8Mike Frysinger2020-02-182-6/+7
* diff: delete unused nested funcMike Frysinger2020-02-171-4/+0
* sync: introduce --verbose optionMike Frysinger2020-02-171-3/+10
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-152-2/+2
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-132-2/+4