summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Allow meta projects to be created not under .repo/Shawn O. Pearce2009-07-031-2/+4
| * | | | | | | | | sync: Support upgrading manifest formatsShawn O. Pearce2009-07-033-1/+22
| * | | | | | | | | init: add -o, --origin to name manifest remoteShawn O. Pearce2009-07-034-15/+40
| * | | | | | | | | init (wrapper): Note that -m is now deprecatedShawn O. Pearce2009-07-031-1/+2
| * | | | | | | | | init: Ensure repo.mirror is noticed once setShawn O. Pearce2009-07-031-0/+1
| * | | | | | | | | Allow the manifest to be accessed it if is in work treeShawn O. Pearce2009-07-031-6/+9
| * | | | | | | | | Abstract manifest branch creation from init to the manifest objectShawn O. Pearce2009-07-033-4/+12
| * | | | | | | | | Allow callers to request a specific type of manifestShawn O. Pearce2009-07-032-6/+12
| * | | | | | | | | Make refs/remotes/m management the manifest object's responsibilityShawn O. Pearce2009-07-034-7/+14
| * | | | | | | | | Cleanup import formatting in manifest_xml.pyShawn O. Pearce2009-07-031-2/+7
| * | | | | | | | | Only remove a stale pickle file if it existsShawn O. Pearce2009-07-031-2/+4
| * | | | | | | | | sync: Run `git gc --auto` after fetchShawn O. Pearce2009-07-032-0/+3
| * | | | | | | | | init: Allow -m only on XML formatted manifestShawn O. Pearce2009-07-031-8/+8
| * | | | | | | | | manifest: Only support -o option on XML formatted manifestShawn O. Pearce2009-07-031-11/+14
| * | | | | | | | | manifest: Only display XML help on XML manifestShawn O. Pearce2009-07-032-8/+13
| * | | | | | | | | help: Don't show empty Summary or Description sectionsShawn O. Pearce2009-07-031-0/+2
| * | | | | | | | | Create an abstract Manifest base classShawn O. Pearce2009-07-037-39/+99
| * | | | | | | | | Teach Project how to relink a .git/ in the work treeShawn O. Pearce2009-07-031-21/+28
| * | | | | | | | | Allow callers to reset the git config cacheShawn O. Pearce2009-07-031-0/+8
| |/ / / / / / / /
* | | | | | | | | Omit all default groups when generating a manifestDmitry Fink2012-08-071-1/+2
* | | | | | | | | project.py: Replace the relpath function with os.path.relpathMickaël Salaün2012-08-061-17/+2
* | | | | | | | | Use curl command line tool for clone.bundlev1.10.3Shawn O. Pearce2012-08-021-102/+30
* | | | | | | | | sync: Honor --no-clone-bundle with -j1Shawn O. Pearce2012-08-021-2/+4
* | | | | | | | | Fix mirror modev1.10.2Shawn O. Pearce2012-08-021-1/+1
* | | | | | | | | Fix unsupported operand type(s) for +: 'int' and 'str'v1.10.1Shawn O. Pearce2012-08-011-1/+1
* | | | | | | | | Fix percent done on resumed /clone.bundlev1.10.0Shawn O. Pearce2012-08-011-4/+4
* | | | | | | | | Fix bug in version_tuple to handle strings with -rc#Chad Jones2012-07-311-1/+1
* | | | | | | | | Add remote alias support in manifestYestin Sun2012-07-312-2/+17
* | | | | | | | | Add "repo overview" command.Joe Hansche2012-07-311-0/+80
* | | | | | | | | Inject the project name into each projects groups.Brian Harring2012-07-312-3/+8
* | | | | | | | | upload: add --draft option.Brian Harring2012-07-282-5/+16
* | | | | | | | | Don't delete the branch config when switching branches.v1.9.6Torne (Richard Coles)2012-07-201-1/+1
* | | | | | | | | Fix for failures with repo upload for projects that have a SHA1 for a revisio...v1.9.5Chad Jones2012-06-141-0/+5
* | | | | | | | | Single quote http.proxy in GIT_CONFIG_PARAMETERSv1.9.4Shawn O. Pearce2012-06-131-1/+1
* | | | | | | | | Detach branch even when already on the latest revision using sync -dFlorian Vallee2012-06-131-4/+7
* | | | | | | | | Support automatically stashing local modifications during repo-rebase.Joe Hansche2012-06-131-0/+21
* | | | | | | | | 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