summaryrefslogtreecommitdiffstats
path: root/command.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow projects to be specified as notdefaultConley Owens2012-09-051-1/+1
* Treat groups= as defaultColin Cross2012-04-231-1/+1
* Add a --platform flagConley Owens2012-04-231-1/+2
* Refine groups functionalityConley Owens2012-04-231-3/+4
* Add manifest groupsv1.8.2Colin Cross2012-04-131-1/+12
* Make path references OS independentAnthony Newnam2011-01-091-2/+4
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-181-0/+7
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-0/+5
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+116