summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove magic hackDavid Pursehouse2012-11-141-9/+1
* Merge "Print an error message when aborted by user"Conley Owens2012-11-121-0/+1
|\
| * Print an error message when aborted by userDavid Pursehouse2012-11-131-0/+1
* | Merge "Handle manifest parse errors in main"Conley Owens2012-11-121-0/+4
|\|
| * Handle manifest parse errors in mainDavid Pursehouse2012-11-131-0/+4
* | Merge "Change usages of xrange() to range()"Conley Owens2012-11-121-1/+1
|\ \ | |/ |/|
| * Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* | Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-4/+3
|/
* Use python3 urllib when urllib2 not availableSarah Owens2012-10-311-13/+22
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+0
* Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-9/+9
* Use modern Python exception syntaxSarah Owens2012-10-231-5/+5
* More coding style cleanupDavid Pursehouse2012-10-221-1/+1
* Support HTTP authentication using user input as fallbackJoonCheol Park2012-10-121-0/+24
* Rename "dir" variablesMickaël Salaün2012-10-101-2/+2
* Coding style cleanupDavid Pursehouse2012-10-091-5/+5
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* Add support for Apache Digest authentication for repo init.Xiaodong Xu2012-03-141-2/+21