summaryrefslogtreecommitdiffstats
path: root/subcmds/status.py
Commit message (Expand)AuthorAgeFilesLines
* status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka2020-09-091-33/+15
* resort a few module imports to follow PEP8Mike Frysinger2020-02-181-5/+4
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-4/+4
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-2/+2
* status: import print_functionMike Frysinger2019-06-141-0/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add support for long pathsRenaud Paquay2018-10-221-1/+2
* update markdown/help header formatMike Frysinger2018-10-101-2/+1
* status: add -q/--quiet optionAndrew Wheeler2016-10-171-5/+7
* status: lose dependence on StringIOAnthony King2015-04-041-33/+15
* Use next(iterator) rather than iterator.next()Anthony King2014-05-071-3/+3
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+6
* Some fixes for supporting python3Chirayu Desai2013-04-181-3/+8
* 'repo status --orphans' shows non-repo filesWill Richey2013-01-291-0/+72
* Change print statements to work in python3Sarah Owens2012-11-131-1/+1
* Coding style cleanupDavid Pursehouse2012-10-091-4/+4
* Make "repo sync -j<count>" stop properly on Ctrl-C.David 'Digit' Turner2012-09-051-0/+1
* Avoid failing concat for multi-encoding filenamesCezary Baginski2012-05-241-2/+9
* repo status to print project name on clean gitsAli Utku Selen2012-03-121-13/+0
* Add option to check status of projects in parallel.Terence Haddock2011-04-071-6/+58
* Make 'repo status' show the branch you are currently onShawn O. Pearce2009-04-181-0/+13
* Document 'repo status' outputShawn O. Pearce2009-04-131-0/+38
* status: tell the user the working tree is cleanShawn O. Pearce2009-04-101-2/+9
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+27