summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* init: use the remote default manifest branchMike Frysinger2020-09-091-11/+15
* init: reject unknown argsMike Frysinger2020-09-021-0/+3
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-2/+9
* init: respect --repo-rev changesMike Frysinger2020-03-251-0/+11
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-181-3/+4
* init: respect --repo-url changesMike Frysinger2020-03-171-0/+8
* repo/init: improve basic progress messagesMike Frysinger2020-02-221-1/+2
* repo/init: add --verbose flagsMike Frysinger2020-02-221-3/+9
* init: hide summary output when using --quietMike Frysinger2020-02-221-15/+19
* add experimental git worktree supportMike Frysinger2020-02-191-0/+24
* avoid negative variablesMike Frysinger2020-02-191-5/+5
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-5/+5
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* repo: lower min version of git a bitMike Frysinger2020-02-121-2/+7
* Fix inverted logic around [gitc-]init and -cDan Willemsen2020-02-071-1/+1
* init: handle -c conflicts with gitc-initMike Frysinger2020-02-051-2/+7
* init: Add '-c' as an alias to '--current-branch'Diogo Ferreira2020-01-241-1/+1
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-6/+5
* Add support for partial clone.v1.13.4Xin Li2019-07-161-1/+20
* use print() instead of sys.stdout.write()Mike Frysinger2019-07-111-3/+9
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Honor --depth during repo initNasser Grainawi2019-05-211-2/+2
* init: Remove -c short option for --current-branchv1.13.1Ereth McKnight-MacNeil2018-12-201-1/+1
* init: --dissociate option to copy objects borrowed with --referenceNikolai Merinov2018-10-191-0/+11
* update markdown/help header formatMike Frysinger2018-10-101-2/+1
* init: Remove string concat in no-op os.path.joinSamuel Holland2018-01-221-1/+2
* Support relative paths in --referenceSamuel Holland2018-01-221-1/+1
* Merge changes from topic "windows-support"David Pursehouse2017-08-301-2/+2
|\
| * Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-2/+2
* | init: add missing submodule argMartin Kelly2017-07-101-1/+1
|/
* init: allow relative path on --reference argumentYOUNG HO CHA2017-05-281-1/+1
* init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-2/+8
* init: Add no-tags and current branch optionsNaseer Ahmed2016-12-011-1/+9
* init: Add --no-clone-bundle optionHu xiuyun2016-08-151-1/+10
* init: Respect --quiet option when synching manifest repositoryDavid Pursehouse2016-08-151-1/+1
* A couple of fixes to the init command's -p option.Pascal Muetschard2015-10-221-2/+2
* init: don't call urllib.parseAnthony King2015-06-041-2/+2
* Revert "Implementation of manifest defined githooks"v1.12.20Jonathan Nieder2015-03-171-48/+1
* Implementation of manifest defined githooksJimmie Wester2015-02-031-1/+48
* pylint fixes for project.pyAnthony King2015-01-221-1/+1
* Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-0/+21
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-4/+4
* Use reference also for manifest gitVictor Boivie2013-05-121-1/+22
* Special handling for manifest group "default"David Holmer2013-04-031-3/+4
* Fix: missing space in information message after repo initDavid Pursehouse2013-01-291-1/+1
* Better error message when using --mirror in existing workspaceDavid Pursehouse2013-01-291-2/+4
* Allow init command to set options from environment variablesDavid Pursehouse2012-11-171-0/+4
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-2/+2
* Change print statements to work in python3Sarah Owens2012-11-131-24/+28