summaryrefslogtreecommitdiffstats
path: root/subcmds/start.py
Commit message (Expand)AuthorAgeFilesLines
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-1/+1
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Add repo start option to create the branch based off HEADTheodore Dubois2019-09-041-1/+6
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-3/+4
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* When starting a branch, do not use a tag or change value for branch.mergeZac Livingston2017-08-251-5/+5
* Consider local project to be default for 'repo start'Vadim Bendebury2016-09-141-2/+1
* GITC: Fix 'repo start <branch> <repo>/<subdir>'Dan Willemsen2016-02-041-5/+12
* GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-091-5/+5
* Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-091-5/+5
* GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-091-5/+5
* GITC: Add repo start support.Simran Basi2015-08-281-4/+38
* If revision is sha hash and dest-branch is defined, use it for starting branchMax Liu2014-10-271-2/+6
* Change print statements to work in python3Sarah Owens2012-11-131-5/+5
* Coding style cleanupDavid Pursehouse2012-10-091-3/+3
* Fix for failures with repo upload for projects that have a SHA1 for a revisio...v1.9.5Chad Jones2012-06-141-0/+5
* Require a project or '--all' to be specified when using 'repo start'.Ficus Kirkpatrick2009-04-221-2/+14
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-181-2/+3
* Add progress meter to 'repo start'Shawn O. Pearce2009-04-181-1/+7
* Improve the help text for 'repo start'Shawn O. Pearce2009-04-181-14/+4
* Make 'repo start' restartable upon failuresShawn O. Pearce2009-04-101-1/+9
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+51