summaryrefslogtreecommitdiffstats
path: root/gitc_utils.py
Commit message (Expand)AuthorAgeFilesLines
* gitc: drop supportJason Chang2023-08-151-166/+0
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-110/+121
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+0
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-18/+2
* gitc_utils: rewrite to use multiprocessingMike Frysinger2021-02-181-21/+29
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* gitc: write the manifest directlyMike Frysinger2020-12-111-2/+4
* replace javadoc docs with standard python styleMike Frysinger2020-12-111-7/+11
* 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