summaryrefslogtreecommitdiffstats
path: root/command.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-211-1/+1
* cleanup: leverage yield from in more placesJason R. Coombs2023-10-201-2/+1
* delete Python 2 (object) compatMike Frysinger2023-10-201-3/+3
* isort: format codebasev2.36Mike Frysinger2023-08-221-3/+3
* gitc: drop supportJason Chang2023-08-151-8/+0
* Raise repo exit errors in place of sys.exitJason Chang2023-08-071-2/+6
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-382/+449
* Fix flake8 warnings for some filesSergiy Belozorov2023-01-051-1/+2
* Only sync superproject if it will be used.LaMont Jones2022-06-081-0/+12
* sync: add multi-manifest supportv2.26LaMont Jones2022-05-261-4/+7
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-14/+70
* man: make output system independentMike Frysinger2021-07-311-1/+9
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-2/+3
* commands: pass settings via __init__Mike Frysinger2021-06-151-3/+9
* commands: document the "event_log" class attributeMike Frysinger2021-06-151-1/+6
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+5
* command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-151-0/+40
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-2/+23
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-3/+1
* status: improve parallel execution stabilityMike Frysinger2021-02-221-0/+9
* command: unify --job option & default valuesMike Frysinger2021-02-221-0/+14
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* command: add a `repo help` tip to --help outputMike Frysinger2020-02-191-1/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+2
* command: Add parentheses on wrapped conditionDavid Pursehouse2020-02-121-3/+3
* command: filter projects by active manifest groupsv1.13.7Mike Frysinger2019-10-081-2/+5
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-0/+10
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-7/+0
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-0/+2
* repo: Repo does not always handle '.' parameter correctlyMark E. Hamilton2016-04-081-0/+5
* Add --inverse-regex option to forall subcommandTakeshi Kanemoto2016-04-051-2/+8
* command.py: Cleaned up pylint/pep8 violationsMark E. Hamilton2016-03-021-12/+16
* Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-291-1/+6
* gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-0/+5
* GITC: Add repo start support.Simran Basi2015-08-281-8/+11
* Support filtering by group on forall and list subcmdGraham Christensen2015-07-301-2/+3
* repo: Support multiple branches for the same project.David James2013-10-141-11/+15
* Optimise regex pattern compilation in FindProjectsDavid Pursehouse2013-04-301-2/+2
* Add regex support for subcommand forallZhiguang Li2013-04-291-0/+11
* Some fixes for supporting python3Chirayu Desai2013-04-181-1/+1
* Special handling for manifest group "default"David Holmer2013-04-031-1/+1
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-25/+48
* Allow command options to be set from environment variablesDavid Pursehouse2012-11-171-0/+40
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-48/+24
* Add pylint configuration and instructionsDavid Pursehouse2012-10-241-2/+2
* Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-24/+48
* More coding style cleanupDavid Pursehouse2012-10-221-0/+7
* Coding style cleanupDavid Pursehouse2012-10-091-4/+4