summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-291-1/+0
* Improve the help text for 'repo init'Shawn O. Pearce2009-04-181-3/+14
* Clarify options that control the repo executable versionShawn O. Pearce2009-04-181-1/+1
* Change repo sync to be more friendly when updating the treev1.6.6Shawn O. Pearce2009-04-161-1/+5
* Make 'repo start' restartable upon failuresShawn O. Pearce2009-04-101-1/+3
* Fix repo re-init in a mirror to not promptShawn O. Pearce2009-03-191-2/+2
* Allow repo init to restart if URL was initially invalidv1.6.3Shawn O. Pearce2009-03-171-1/+1
* Give a more friendly error in 'repo init' if manifest url is invalidShawn O. Pearce2009-03-171-1/+5
* Support "repo init -b foo && repo sync" to switch baselinesShawn O. Pearce2009-03-091-1/+2
* Don't permit "repo init --mirror" in an existing clientShawn O. Pearce2009-03-091-2/+7
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-2/+2
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-051-2/+14
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+193