summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
Commit message (Expand)AuthorAgeFilesLines
* Expose upstream and dest-branch attributes through environmentSean McAllister2020-04-161-0/+4
* forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz2020-04-141-1/+1
* assume environment always accepts stringsMike Frysinger2020-02-191-2/+0
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+3
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-20/+20
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fixing forall subcommand for Py3v2.0Jiri Tyr2020-02-101-1/+1
* forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger2019-10-221-0/+7
* forall: exit 1 if we skip any reposMike Frysinger2019-10-011-3/+3
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-1/+2
* Remove double forall from "repo help forall" outputSolomon Kinard2019-07-081-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* update markdown/help header formatMike Frysinger2018-10-101-4/+2
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+0
* forall: Clarify expansion of REPO_ environment values with -cDavid Pursehouse2017-10-311-0/+7
* Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-291-20/+9
* Add --inverse-regex option to forall subcommandTakeshi Kanemoto2016-04-051-3/+8
* Better error display on forallAlexandre Garnier2016-02-181-2/+4
* Support filtering by group on forall and list subcmdGraham Christensen2015-07-301-1/+4
* forall: use smart sync override manifest if it existsDavid Pursehouse2015-07-061-0/+7
* forall: Don't try to get lrev of projects in mirror workspaceDavid Pursehouse2015-07-061-1/+5
* forall: setenv, only encode val if encode existsAnthony King2015-06-041-1/+3
* Catch exceptions in project list generatorColin Cross2015-05-131-4/+19
* forall: use a generator to map the PoolAnthony King2015-04-081-2/+2
* Add --jobs option to forall subcommandTakeshi Kanemoto2014-06-241-113/+177
* Add total count and iteration count to forall environmentMitchel Humpherys2014-03-311-1/+10
* Print project name for -p on mirror clientsJorge Gonzalez2013-06-031-1/+6
* Add regex support for subcommand forallZhiguang Li2013-04-291-1/+13
* Add option to abort on error in forallVictor Boivie2012-11-161-2/+13
* Change print statements to work in python3Sarah Owens2012-11-131-1/+2
* Add pylint configuration and instructionsDavid Pursehouse2012-10-241-2/+2
* More coding style cleanupDavid Pursehouse2012-10-221-1/+5
* Coding style cleanupDavid Pursehouse2012-10-091-5/+2
* Add project annotation handling to repoJames W. Mills2012-04-231-0/+7
* forall: Silently skip missing projectsShawn O. Pearce2011-01-091-0/+6
* Encode the environment variables passed to gitShawn O. Pearce2011-01-091-2/+2
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-291-4/+2
* Change -p command to use stdout instead of stderr.Wink Saville2009-04-211-1/+1
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-181-3/+138
* Fix formatting of 'repo help sync'Shawn O. Pearce2009-04-131-0/+1
* Set forall environment variables to empty string if NoneShawn O. Pearce2009-03-171-7/+12
* Allow repo forall -c on a mirror by using GIT_DIR as pwdShawn O. Pearce2009-03-031-4/+12
* Export additional environment variables to repo forall:Jeff Bailey2009-03-021-0/+17
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+82