summaryrefslogtreecommitdiffstats
path: root/repo
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ignore clone.bundle on HTTP 501, i.e. Not Implemented"David Pursehouse2016-04-051-1/+1
|\
| * Ignore clone.bundle on HTTP 501, i.e. Not ImplementedJohn Törnblom2015-08-121-1/+1
* | repo: Cleaned up pylint/pep8 violationsMark E. Hamilton2016-02-151-42/+54
* | repo: Add check of REPO_URL env variableMark E. Hamilton2016-02-091-2/+4
* | Fix gitc-init behaviorv1.12.32Dan Willemsen2015-10-071-4/+34
* | launcher: Update repo after applying clone.bundleDan Willemsen2015-09-021-3/+2
* | gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-2/+15
* | Fix gitc check if gitc isn't installedDan Willemsen2015-08-311-2/+3
* | GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-311-2/+27
* | GITC: Add gitc-init subcommand to repo.Simran Basi2015-08-121-3/+24
|/
* Revert "Change the min git version from 1.7.2 to 1.8.2"Anthony King2015-03-301-2/+2
* Change the min git version from 1.7.2 to 1.8.2Conley Owens2015-03-181-2/+2
* Don't exit with error on HTTP 401 when downloading clone bundlePascal Bach2015-03-111-1/+1
* Change implementation of cleanup in case of clone failure during "repo init"Mani Chandel2014-09-031-1/+1
* Prevent warning twice about Python 3 usageAnthony King2014-05-061-4/+4
* Don't try to remove .repo if it doesn't existMitchel Humpherys2014-03-121-6/+2
* Update the version number on the repo launcherv1.12.13Conley Owens2014-01-301-1/+1
* Share git version parsing code with wrapper modulev1.12.12Conley Owens2014-01-301-3/+16
* Fix os.mkdir race condition.David James2013-12-261-12/+13
* Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-0/+4
* Allow using repo with python3Chirayu Desai2013-11-211-2/+1
* Merge "repo: use explicit Python executable to run main.py"Conley Owens2013-10-101-2/+2
|\
| * repo: use explicit Python executable to run main.pyanatoly techtonik2013-09-211-2/+2
* | Do not use print_function from __future__Conley Owens2013-09-271-63/+70
* | Update gpg key for cco3@android.comv1.12.3.1v1.12.3Conley Owens2013-07-011-28/+28
* | Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+3
* | repo: add rudimentary version checkingChirayu Desai2013-04-171-0/+14
* | Special handling for manifest group "default"David Holmer2013-04-031-1/+2
|/
* Don't exit with error on HTTP 403 when downloading clone bundleDavid Pursehouse2013-01-311-1/+1
* Sync help text in repo from init.pyDavid Pursehouse2012-11-151-2/+3
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-3/+3
* Fix: "Statement seems to have no effect"David Pursehouse2012-11-141-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-67/+59
* More code style cleanupDavid Pursehouse2012-11-141-5/+5
* Remove magic hackDavid Pursehouse2012-11-141-9/+1
* Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1
* Merge "Use python3 urllib when urllib2 not available"Conley Owens2012-11-011-11/+22
|\
| * Use python3 urllib when urllib2 not availableSarah Owens2012-10-311-11/+22
* | Merge "Use 'stat' package instead of literals for mkdir()"Conley Owens2012-11-011-1/+2
|\ \ | |/ |/|
| * Use 'stat' package instead of literals for mkdir()Sarah Owens2012-10-311-1/+2
* | Update minimum git version to 1.7.2Conley Owens2012-10-261-2/+2
* | Add a PGP key for cco3@android.comv1.11.0Conley Owens2012-10-261-1/+33
* | Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-251-7/+7
|/
* Use modern Python exception syntaxSarah Owens2012-10-231-10/+10
* Rename "dir" variablesMickaël Salaün2012-10-101-15/+15
* Clean up importsDavid Pursehouse2012-09-181-1/+0
* Use gerrit.googlesource.com/git-repo as the default URLShawn O. Pearce2012-06-051-1/+1
* Detect git is not installedShawn O. Pearce2012-06-051-2/+12
* Add a --platform flagConley Owens2012-04-231-0/+5
* Refine groups functionalityConley Owens2012-04-231-2/+2