summaryrefslogtreecommitdiffstats
path: root/gitc_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+6
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-1/+1
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fix tests for membership to use 'not in'David Pursehouse2020-02-121-2/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* tweak raise/dict syntax for Python 3 compatMike Frysinger2019-06-131-6/+6
* gitc: Lower concurrent ls-projects requestsv1.12.34Dan Willemsen2016-08-231-1/+1
* Bail out when manifest is referencing a bad SHA-1 revision.Xin Li2016-06-291-1/+7
* pylint: Fix unused-{argument,variable} warningStefan Beller2016-06-211-1/+1
* Fix gitc-init behaviorv1.12.32Dan Willemsen2015-10-071-11/+1
* GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-091-12/+69
* Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-091-74/+11
* GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-091-11/+74
* GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-311-2/+4
* GITC: Add repo start support.Simran Basi2015-08-281-3/+34
* gitc_utils: Fix incorrect string format argumentDavid Pursehouse2015-08-201-1/+1
* gitc_utils: Remove unused variableDavid Pursehouse2015-08-201-1/+0
* gitc_utils: Remove unused import; add missing importDavid Pursehouse2015-08-201-1/+1
* GITC: Add repo sync support.Simran Basi2015-08-181-0/+69