summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* main: re-exec self with the current interpMike Frysinger2020-04-281-1/+1
* subcmds: stop instantiating at import timeMike Frysinger2020-03-171-1/+1
* subcmds: centralize all_commands logicMike Frysinger2020-03-171-2/+0
* main: improve launcher update messaging wrt system installsMike Frysinger2020-02-261-4/+12
* main/repo: add support for subcommand aliasesMike Frysinger2020-02-201-1/+26
* main: fix pager logic after negation cleanupMike Frysinger2020-02-191-1/+1
* avoid negative variablesMike Frysinger2020-02-191-2/+2
* main: add python version checkingMike Frysinger2020-02-181-0/+28
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-151-1/+1
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* Don't format version to 5 characters in new version messageDavid Pursehouse2020-02-131-1/+1
* Replace 'A new repo command' with 'A new version of repo'David Pursehouse2020-02-131-2/+2
* Fix usage of bare 'except'David Pursehouse2020-02-121-3/+3
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+13
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-8/+8
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Remove unused importsDavid Pursehouse2020-02-121-1/+1
* main: rework launcher version checkingv2.1Mike Frysinger2020-02-101-9/+23
* repo: include subcommands in --help outputMike Frysinger2019-12-051-2/+13
* Only import imp on py2Rashed Abdel-Tawab2019-10-051-1/+1
* git_command: refactor User-Agent settingsMike Frysinger2019-10-011-3/+3
* move UserAgent to git_command for wider userMike Frysinger2019-10-011-45/+3
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-0/+1
* add a --trace-python optionMike Frysinger2019-08-271-3/+20
* rename local trace moduleMike Frysinger2019-08-271-2/+2
* repo/main: add module docstringsMike Frysinger2019-07-121-0/+6
* main: user-agent: include full git version infoMike Frysinger2019-07-111-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-3/+1
* Support pager on WindowsRenaud Paquay2017-08-311-1/+2
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-1/+14
* Set result if sys.exit() is called by subcommand.David Riley2017-05-271-0/+4
* pylint: Fix unused-{argument,variable} warningStefan Beller2016-06-211-1/+1
* Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-291-2/+7
* gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-0/+6
* GITC: Add repo start support.Simran Basi2015-08-281-1/+8
* Improve error message when syncing a project with invalid groups.Jarkko Pöyry2015-06-191-0/+7
* add a global --color optionMike Frysinger2014-12-301-0/+6
* More verbose errors for NoManifestExceptions.Dan Sandler2014-03-111-11/+16
* Implement Kerberos HTTP authentication handlerCarlos Aguado2014-02-041-0/+87
* Add wrapper moduleConley Owens2014-01-301-15/+5
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-8/+7
* Some fixes for supporting python3Chirayu Desai2013-04-181-1/+6
* Allow command options to be set from environment variablesDavid Pursehouse2012-11-171-0/+1
* Raise a NoManifestException when the manifest DNEConley Owens2012-11-151-0/+5
* Merge "Simplify error handling in subcommand execution"Conley Owens2012-11-141-16/+15
|\
| * Simplify error handling in subcommand executionConley Owens2012-11-141-16/+15
* | Fix inconsistent indentationDavid Pursehouse2012-11-141-11/+11
|/
* Change print statements to work in python3Sarah Owens2012-11-131-26/+24
* More code style cleanupDavid Pursehouse2012-11-141-1/+0