summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't prompt the user for name/email unless necessaryVictor Boivie2011-11-291-1/+26
* Default repo manifest settings in git configVictor Boivie2011-11-291-3/+36
* repo: capitalize default prompt charMike Frysinger2011-11-291-2/+2
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-3/+4
* Add a --depth option to repo init.v1.7.5Doug Anderson2011-06-091-0/+24
* Fixed problems w/ 2nd repo init if first repo init had bad URL.Doug Anderson2011-04-071-0/+6
* sync: Enable use of git clone --referenceShawn O. Pearce2010-10-291-1/+13
* Allow 'y' as a valid response when confirming identityv1.6.9.1Nico Sallembien2010-04-011-2/+3
* Try to prevent 'repo sync' as a user namev1.6.8.6Shawn O. Pearce2009-07-021-6/+19
* Refactor git version detection for reuseShawn O. Pearce2009-06-121-15/+2
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-291-3/+3