summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fix switching manifest branches using repo init -bFlorian Vallee2012-06-132-0/+19
* | | | | | | | | Restore include support.Brian Harring2012-06-071-5/+6
* | | | | | | | | Use GIT_CONFIG_PARAMETERS instead of -c for http.proxyv1.9.3Shawn O. Pearce2012-06-051-2/+6
* | | | | | | | | repo: Add option review.URL.uploadtopic supportv1.9.2Anthony Russello2012-06-051-0/+13
* | | | | | | | | 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
* | | | | | | | | Pass http_proxy as -c http.proxy on Mac OS XShawn O. Pearce2012-05-251-0/+2
* | | | | | | | | hooks/pre-auto-gc: look in sysfs to see if a battery is known.Brian Harring2012-05-251-0/+5
* | | | | | | | | Allow projects with groups=Nonev1.9.1Colin Cross2012-05-241-0/+2
* | | | | | | | | Fix initial sync broken by sync-c optionv1.9.0Shawn O. Pearce2012-05-241-1/+9
* | | | | | | | | Parse manifest and local_manifest togetherColin Cross2012-05-241-41/+33
* | | | | | | | | ManifestXml: add include supportBrian Harring2012-05-242-8/+44
* | | | | | | | | repo download: add --ff-only optionPierre Tardy2012-05-242-1/+8
* | | | | | | | | repo download: add --revert optionErwan Mahe2012-05-242-1/+15
* | | | | | | | | repo download: add --cherry-pick optionPierre Tardy2012-05-242-2/+15
* | | | | | | | | Avoid failing concat for multi-encoding filenamesCezary Baginski2012-05-241-2/+9
* | | | | | | | | Add sync-c option to manifestAnatol Pomazau2012-04-233-2/+28
* | | | | | | | | Treat groups= as defaultColin Cross2012-04-232-2/+2
* | | | | | | | | Fix syntax errors in subcmds/init.pyColin Cross2012-04-231-3/+2
* | | | | | | | | Add a --platform flagConley Owens2012-04-233-2/+29
* | | | | | | | | Refine groups functionalityConley Owens2012-04-236-52/+42
* | | | | | | | | Add project annotation handling to repoJames W. Mills2012-04-234-1/+53
* | | | | | | | | Check if SHA1 presents in repositoryAnatol Pomazau2012-04-231-2/+4
* | | | | | | | | Add manifest groupsv1.8.2Colin Cross2012-04-138-7/+108
* | | | | | | | | Option for 'repo diff' to generate output suitable for 'patch' cmdpelya2012-04-132-2/+18
* | | | | | | | | New flag for repo upload: --current_branch (--cbr)Daniel Sandler2012-04-061-1/+8
* | | | | | | | | Ignore /clone.bundle on HTTP 401, 403 and 404v1.8.1Shawn O. Pearce2012-03-221-1/+1
* | | | | | | | | Do not change branch.foo.merge in case of manifest syncAnatol Pomazau2012-03-201-1/+3
* | | | | | | | | sync: --no-clone-bundle disables the clone bundle supportv1.8.0Shawn O. Pearce2012-03-142-4/+21
* | | | | | | | | Permit - in URL schemes for special URLsShawn O. Pearce2012-03-142-1/+3
* | | | | | | | | Add support for Apache Digest authentication for repo init.Xiaodong Xu2012-03-142-6/+26
* | | | | | | | | repo status to print project name on clean gitsAli Utku Selen2012-03-122-14/+1
* | | | | | | | | Add 'rebase="false"' attribute to the <project/> XML.Mike Pontillo2012-03-122-3/+13
* | | | | | | | | Avoid missing content-length header in project.pyConley Owens2012-03-121-1/+1
* | | | | | | | | Update SUBMITTING_PATCHESShawn O. Pearce2012-02-281-9/+8
* | | | | | | | | sync: Add manifest_name parameterChris Wolfe2012-01-261-0/+12
* | | | | | | | | upload: Support uploading to Gerrit over https://v1.7.8.2Shawn O. Pearce2012-01-112-64/+42
* | | | | | | | | Revert "Default repo manifest settings in git config"v1.7.8.1Shawn O. Pearce2011-11-303-43/+6
* | | | | | | | | Describe the repo launch version in `repo version`Shawn O. Pearce2011-11-292-0/+12
* | | | | | | | | Improve error handling when reading loose refsv1.7.8Shawn O. Pearce2011-11-291-5/+7
* | | | | | | | | Propagate result codes from subcmds to sys.exit().Daniel Sandler2011-11-291-10/+17
* | | | | | | | | Don't prompt the user for name/email unless necessaryVictor Boivie2011-11-292-1/+31
* | | | | | | | | Default repo manifest settings in git configVictor Boivie2011-11-293-6/+43
* | | | | | | | | Added remote destination branch information when uploading.Christer Fletcher2011-11-291-3/+4
* | | | | | | | | repo: capitalize default prompt charMike Frysinger2011-11-292-5/+5
* | | | | | | | | Fixed UnicodeDecodeError while uploading changes.chenguodong2011-11-291-0/+5
* | | | | | | | | Fix typoAnatol Pomazau2011-11-291-1/+1
* | | | | | | | | Stabilize repo communication with subprocesses.Ulrik Sjölin2011-11-291-19/+3
* | | | | | | | | Add a sync flag that fetches only current branchAnatol Pomazau2011-11-032-21/+46
* | | | | | | | | Remove extra '/' in RemoteSpecv1.7.7.6Conley Owens2011-11-031-1/+1