summaryrefslogtreecommitdiffstats
path: root/repo
Commit message (Expand)AuthorAgeFilesLines
* repo: try to reexec self with Python 3 as neededMike Frysinger2020-02-051-24/+81
* repo: raise min version of gitMike Frysinger2020-02-051-1/+1
* repo: drop old signing keyMike Frysinger2020-02-041-33/+1
* repo: bump launcher version to 2.0Mike Frysinger2020-02-041-1/+1
* repo: Do not even try to set up GPG with opt.no_repo_verifySebastian Schuberth2020-01-241-4/+7
* use open context managers in more placesMike Frysinger2019-11-121-3/+2
* repo: bump wrapper versionMike Frysinger2019-09-181-1/+1
* repo: decode/encode all the subprocess streamsMike Frysinger2019-09-121-5/+6
* repo: fix unused variable usageMike Frysinger2019-09-111-1/+1
* Add support for partial clone.v1.13.4Xin Li2019-07-161-0/+7
* repo/main: add module docstringsMike Frysinger2019-07-121-0/+7
* repo: all ParseGitVersion to load git version info itselfMike Frysinger2019-07-111-4/+15
* repo: return a namedtuple with full version infoMike Frysinger2019-07-111-2/+10
* handle binary stream from urllib.request.urlopenMike Frysinger2019-07-041-1/+1
* repo: drop Python 3 warningMike Frysinger2019-06-131-4/+0
* repo: restore use of print_functionMike Frysinger2019-06-131-89/+80
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* repo: standardize help behaviorMike Frysinger2019-06-131-2/+2
* init: Remove -c short option for --current-branchv1.13.1Ereth McKnight-MacNeil2018-12-201-2/+2
* Leverage the next keyword from python 2.7Eli Ribble2018-12-191-5/+8
* Allow clobbering of existing tags from remote.v1.13.0Xin Li2018-12-101-1/+1
* init: --dissociate option to copy objects borrowed with --referenceNikolai Merinov2018-10-191-0/+3
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-1/+1
* Merge "Flush stderr on Windows"Sebastian Schuberth2018-07-131-0/+4
|\
| * Flush stderr on WindowsSebastian Schuberth2018-07-131-0/+4
* | Fix the initial existence check for "repo"Sebastian Schuberth2018-07-131-4/+5
|/
* Ensure repo waits for child process to terminateRenaud Paquay2017-05-291-1/+5
* init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-0/+3
* init: Add no-tags and current branch optionsNaseer Ahmed2016-12-011-1/+7
* Merge "Add a check and more output to protect against invalid REPO_URLs"David Pursehouse2016-10-291-1/+8
|\
| * Add a check and more output to protect against invalid REPO_URLsSebastian Schuberth2016-10-281-1/+8
* | repo: add comment for updating maintainer keysMike Frysinger2016-09-141-0/+3
|/
* Increment the wrapper versionDavid Pursehouse2016-08-171-1/+1
* init: Add --no-clone-bundle optionHu xiuyun2016-08-151-3/+6
* Support non-ASCII GNUPGHOME environment variableDāvis Mosāns2016-07-161-2/+8
* 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