summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'stable'Shawn O. Pearce2011-01-101-1/+4
| |\
| * \ Merge branch 'stable'Shawn O. Pearce2011-01-101-1/+1
| |\ \
| * \ \ Merge branch 'maint'Shawn O. Pearce2011-01-090-0/+0
| |\ \ \
| * \ \ \ Merge branch 'stable'Shawn O. Pearce2011-01-094-14/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'stable'Shawn O. Pearce2010-12-222-61/+90
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'stable'Shawn O. Pearce2010-12-0719-179/+806
| |\ \ \ \ \ \
| * | | | | | | Use os.environ.copy() instead of dict()Shawn O. Pearce2010-12-071-1/+1
| * | | | | | | Make path references OS independentAnthony Newnam2010-11-294-6/+12
| * | | | | | | Merge branch 'stable'Shawn O. Pearce2010-03-064-30/+83
| |\ \ \ \ \ \ \
| * | | | | | | | Fix to display the usage message of the command download when the userThiago Farina2009-09-091-0/+3
| * | | | | | | | commit-msg: Don't create message with only Change-IdShawn O. Pearce2009-08-251-6/+19
| * | | | | | | | commit-msg: Update the commit message hookShawn O. Pearce2009-08-221-2/+24
| * | | | | | | | forall: Silently skip missing projectsShawn O. Pearce2009-08-221-0/+6
| * | | | | | | | upload: Catch and cleanly report connectivity errorsShawn O. Pearce2009-08-222-6/+14
| * | | | | | | | upload: Document --replace is deprecatedShawn O. Pearce2009-08-221-6/+6
| * | | | | | | | Automatically install Gerrit Code Review's commit-msg hookShawn O. Pearce2009-08-222-4/+62
| * | | | | | | | Merge change 11206Shawn O. Pearce2009-08-171-5/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Do not invoke ssh with -p argument when no port has been specified.Josh Guilfoyle2009-08-161-5/+12
| * | | | | | | | | Add "repo branch" as an alias for "repo branches"Mike Lockwood2009-07-141-0/+2
| * | | | | | | | | manifest: Support --upgrade to submodule format, from XMLShawn O. Pearce2009-07-031-2/+35
| * | | | | | | | | Introduce manifest format using git submodulesShawn O. Pearce2009-07-035-1/+619
| * | | | | | | | | 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