summaryrefslogtreecommitdiffstats
path: root/subcmds/gitc_init.py
Commit message (Expand)AuthorAgeFilesLines
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* init: handle -c conflicts with gitc-initMike Frysinger2020-02-051-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Fix gitc-init behaviorv1.12.32Dan Willemsen2015-10-071-10/+8
* Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-291-2/+2
* fixed typo in gitc_init.py help outputAlexander Bird2015-09-111-1/+1
* GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-091-5/+7
* Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-091-3/+5
* GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-091-5/+3
* gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-1/+2
* GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-311-3/+3
* GITC: Expand relative remote URLs.Simran Basi2015-08-281-2/+4
* gitc_init: Remove unused importDavid Pursehouse2015-08-201-2/+1
* GITC: Add repo sync support.Simran Basi2015-08-181-53/+10
* GITC: Add gitc-init subcommand to repo.Simran Basi2015-08-121-0/+123