summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* rebase: add basic coloring outputMike Frysinger2019-09-241-3/+20
* rebase: add --fail-fast supportMike Frysinger2019-09-241-3/+16
* sync: create dedicated manifest project update funcMike Frysinger2019-09-191-24/+28
* sync: create dedicated smart sync funcMike Frysinger2019-09-111-96/+100
* Add repo start option to create the branch based off HEADTheodore Dubois2019-09-041-1/+6
* sync: fix deprecated command line option -fv1.13.5.1Stefan Müller-Klieser2019-08-301-0/+1
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-2810-52/+44
* help: add a --help-all option to show all commands at onceMike Frysinger2019-08-271-4/+15
* sync: invert --force-broken with --fail-fastMike Frysinger2019-08-271-12/+14
* rebase: pull out project-independent settings from the for loopMike Frysinger2019-08-081-20/+16
* rebase/sync: use exit(1) for errors instead of exit(-1)Mike Frysinger2019-08-082-10/+10
* sync: fix handling of -f and local checkoutsMike Frysinger2019-08-081-3/+1