summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* Fix inverted logic around [gitc-]init and -cv1.13.9.4Dan Willemsen2020-02-071-1/+1
* init: handle -c conflicts with gitc-initv1.13.9.2Mike 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
* Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-141-1/+1
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Show user about not initializing repo in current directoryYang Zhenhui2012-10-261-7/+16
* Use modern Python exception syntaxSarah Owens2012-10-231-1/+1
* Merge "Coding style cleanup"Conley Owens2012-10-091-5/+3
|\
| * Coding style cleanupDavid Pursehouse2012-10-091-5/+3
* | Expand ~ to user's home directory for --referenceVictor Boivie2012-10-081-0/+4
|/
* Allow projects to be specified as notdefaultConley Owens2012-09-051-3/+3
* init: Improved help text for the --mirror optionDavid Pursehouse2012-08-231-1/+2
* Fix switching manifest branches using repo init -bFlorian Vallee2012-06-131-0/+3
* Fix syntax errors in subcmds/init.pyColin Cross2012-04-231-3/+2
* Add a --platform flagConley Owens2012-04-231-1/+22
* Refine groups functionalityConley Owens2012-04-231-2/+8
* Add manifest groupsv1.8.2Colin Cross2012-04-131-0/+6
* Revert "Default repo manifest settings in git config"v1.7.8.1Shawn O. Pearce2011-11-301-36/+3