summaryrefslogtreecommitdiff
path: root/command.py
AgeCommit message (Expand)Author
2021-07-31man: make output system independentMike Frysinger
2021-06-16superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti
2021-06-15commands: pass settings via __init__Mike Frysinger
2021-06-15commands: document the "event_log" class attributeMike Frysinger
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-04-15command: add a helper for the parallel execution boilerplateMike Frysinger
2021-04-13command: make --verbose/--quiet available to all subcommandsMike Frysinger
2021-03-11superproject: pass groups to ToXml method.Raman Tenneti
2021-02-22status: improve parallel execution stabilityMike Frysinger
2021-02-22command: unify --job option & default valuesMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-19command: add a `repo help` tip to --help outputMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12command: Add parentheses on wrapped conditionDavid Pursehouse
2019-10-08command: filter projects by active manifest groupsv1.13.7Mike Frysinger
2019-08-28split out cli validation from executionv1.13.5Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-07-24Remove unused pylint suppressionsDavid Pursehouse
2017-05-29sync: Add support to dump a JSON event log of all sync events.David Riley
2016-04-08repo: Repo does not always handle '.' parameter correctlyMark E. Hamilton
2016-04-05Add --inverse-regex option to forall subcommandTakeshi Kanemoto
2016-03-02command.py: Cleaned up pylint/pep8 violationsMark E. Hamilton
2015-09-29Add GitcClientCommand class for GITC-specific commandsDan Willemsen
2015-09-01gitc: Improve help visibilityv1.12.28Dan Willemsen
2015-08-28GITC: Add repo start support.Simran Basi
2015-07-30Support filtering by group on forall and list subcmdGraham Christensen
2013-10-14repo: Support multiple branches for the same project.David James
2013-04-30Optimise regex pattern compilation in FindProjectsDavid Pursehouse
2013-04-29Add regex support for subcommand forallZhiguang Li
2013-04-18Some fixes for supporting python3Chirayu Desai
2013-04-03Special handling for manifest group "default"David Holmer
2012-11-19Represent git-submodule as nested projects, take 2Che-Liang Chiou
2012-11-17Allow command options to be set from environment variablesDavid Pursehouse
2012-10-30Even more coding style cleanupDavid Pursehouse
2012-10-26Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce
2012-10-24Add pylint configuration and instructionsDavid Pursehouse
2012-10-23Represent git-submodule as nested projectsChe-Liang Chiou
2012-10-22More coding style cleanupDavid Pursehouse
2012-10-09Coding style cleanupDavid Pursehouse
2012-09-05Allow projects to be specified as notdefaultConley Owens
2012-04-23Treat groups= as defaultColin Cross
2012-04-23Add a --platform flagConley Owens
2012-04-23Refine groups functionalityConley Owens
2012-04-13Add manifest groupsv1.8.2Colin Cross
2011-01-09Make path references OS independentAnthony Newnam
2009-04-18Add -p to `repo forall` to improve output formattingShawn O. Pearce
2009-03-03Don't permit users to run repo status in a mirror clientShawn O. Pearce
2008-10-21Initial Contributionv1.0The Android Open Source Project