aboutsummaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Expand)Author
2020-04-28main: re-exec self with the current interpMike Frysinger
2020-03-17subcmds: stop instantiating at import timeMike Frysinger
2020-03-17subcmds: centralize all_commands logicMike Frysinger
2020-02-26main: improve launcher update messaging wrt system installsMike Frysinger
2020-02-20main/repo: add support for subcommand aliasesMike Frysinger
2020-02-19main: fix pager logic after negation cleanupMike Frysinger
2020-02-19avoid negative variablesMike Frysinger
2020-02-18main: add python version checkingMike Frysinger
2020-02-15flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse
2020-02-13pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse
2020-02-13Don't format version to 5 characters in new version messageDavid Pursehouse
2020-02-13Replace 'A new repo command' with 'A new version of repo'David Pursehouse
2020-02-12Fix usage of bare 'except'David Pursehouse
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Remove unused importsDavid Pursehouse
2020-02-10main: rework launcher version checkingv2.1Mike Frysinger
2019-12-05repo: include subcommands in --help outputMike Frysinger
2019-10-05Only import imp on py2Rashed Abdel-Tawab
2019-10-01git_command: refactor User-Agent settingsMike Frysinger
2019-10-01move UserAgent to git_command for wider userMike Frysinger
2019-08-28split out cli validation from executionv1.13.5Mike Frysinger
2019-08-27add a --trace-python optionMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-07-12repo/main: add module docstringsMike Frysinger
2019-07-11main: user-agent: include full git version infoMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-07-24Remove unused pylint suppressionsDavid Pursehouse
2017-08-31Support pager on WindowsRenaud Paquay
2017-05-29sync: Add support to dump a JSON event log of all sync events.David Riley
2017-05-27Set result if sys.exit() is called by subcommand.David Riley
2016-06-21pylint: Fix unused-{argument,variable} warningStefan Beller
2015-09-29Add GitcClientCommand class for GITC-specific commandsDan Willemsen
2015-09-01gitc: Improve help visibilityv1.12.28Dan Willemsen
2015-08-28GITC: Add repo start support.Simran Basi
2015-06-19Improve error message when syncing a project with invalid groups.Jarkko Pöyry
2014-12-30add a global --color optionMike Frysinger
2014-03-11More verbose errors for NoManifestExceptions.Dan Sandler
2014-02-04Implement Kerberos HTTP authentication handlerCarlos Aguado
2014-01-30Add wrapper moduleConley Owens
2013-05-23Move Python version checking to a separate moduleDavid Pursehouse
2013-04-18Some fixes for supporting python3Chirayu Desai
2012-11-17Allow command options to be set from environment variablesDavid Pursehouse
2012-11-15Raise a NoManifestException when the manifest DNEConley Owens
2012-11-14Merge "Simplify error handling in subcommand execution"Conley Owens
2012-11-14Simplify error handling in subcommand executionConley Owens
2012-11-14Fix inconsistent indentationDavid Pursehouse
2012-11-13Change print statements to work in python3Sarah Owens
2012-11-14More code style cleanupDavid Pursehouse