summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* assume environment always accepts stringsMike Frysinger2020-02-192-10/+8
* upload: add support for --yesMike Frysinger2020-02-191-3/+14
* upload: add support for standard --dry-runMike Frysinger2020-02-191-0/+4
* upload: add support for setting hashtagsMike Frysinger2020-02-191-0/+24
* upload: improve no pending CL error handlingMike Frysinger2020-02-191-2/+6
* avoid negative variablesMike Frysinger2020-02-194-18/+18
* Open temporary cookie file as writable in sync.pyCollin Fijalkovich2020-02-181-1/+1
* resort a few module imports to follow PEP8Mike Frysinger2020-02-182-6/+7
* diff: delete unused nested funcMike Frysinger2020-02-171-4/+0
* sync: introduce --verbose optionMike Frysinger2020-02-171-3/+10
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-152-2/+2
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-132-2/+4
* sync: add a "finished" messageMike Frysinger2020-02-121-0/+3
* drop old git_require checksMike Frysinger2020-02-122-4/+3
* Fix usage of bare 'except'David Pursehouse2020-02-121-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-1224-2/+44
* Fix indentation issues reported by flake8David Pursehouse2020-02-1211-75/+75
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-129-16/+16
* Remove redundant backslashesDavid Pursehouse2020-02-123-5/+5
* Remove unused importsDavid Pursehouse2020-02-121-1/+0
* Fix tests for membership to use 'not in'David Pursehouse2020-02-122-2/+2
* upload: Fix tests for object identity to use 'is not'David Pursehouse2020-02-121-2/+2
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-128-41/+41
* upload: Fix flake8 E241 multiple spaces after ','David Pursehouse2020-02-121-3/+3
* info: Fix formatting of block commentDavid Pursehouse2020-02-121-1/+1
* upload: add a --ignore-hooks optionMike Frysinger2020-02-121-6/+22
* Remove trailing blank linesDavid Pursehouse2020-02-121-1/+0
* repo: lower min version of git a bitMike Frysinger2020-02-121-2/+7
* sync: change how we preserve objects in shared reposMike Frysinger2020-02-111-2/+13
* Fixing forall subcommand for Py3v2.0Jiri Tyr2020-02-101-1/+1
* remove spurious +x bitsMike Frysinger2020-02-091-0/+0
* Fix inverted logic around [gitc-]init and -cDan Willemsen2020-02-071-1/+1
* sync: try to checkout repos across sync failuresMike Frysinger2020-02-051-29/+57
* sync: add option to skip manifest updateFredrik de Groot2020-02-051-1/+8
* init: handle -c conflicts with gitc-initMike Frysinger2020-02-052-3/+8
* init: Add '-c' as an alias to '--current-branch'Diogo Ferreira2020-01-241-1/+1
* info: Add the manifest revisionDiogo Ferreira2020-01-241-0/+4
* help: unify command displayMike Frysinger2019-12-031-17/+9
* upload/editor: fix bytes/string confusionMike Frysinger2019-11-161-5/+0
* prune: handle branches that track missing branchesMike Frysinger2019-11-161-4/+9
* sync: merge project updates with status barMike Frysinger2019-11-121-11/+4
* sync: report list of failing git treesVadim Bendebury2019-11-121-2/+11
* use open context managers in more placesMike Frysinger2019-11-122-24/+8
* forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger2019-10-221-0/+7
* info: fix "current" outputMike Frysinger2019-10-051-2/+8
* info: allow NoSuchProjectError to bubble upMike Frysinger2019-10-011-5/+2
* version: add source versions & User-Agents to the outputMike Frysinger2019-10-011-2/+10
* grep: handle errors gracefullyMike Frysinger2019-10-011-7/+23
* diff: handle errors gracefullyMike Frysinger2019-10-011-1/+4
* forall: exit 1 if we skip any reposMike Frysinger2019-10-011-3/+3