Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'stable' | Shawn O. Pearce | 2011-01-10 | 1 | -1/+4 | |
| |\ | ||||||
| * \ | Merge branch 'stable' | Shawn O. Pearce | 2011-01-10 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'maint' | Shawn O. Pearce | 2011-01-09 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'stable' | Shawn O. Pearce | 2011-01-09 | 4 | -14/+18 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'stable' | Shawn O. Pearce | 2010-12-22 | 2 | -61/+90 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'stable' | Shawn O. Pearce | 2010-12-07 | 19 | -179/+806 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Use os.environ.copy() instead of dict() | Shawn O. Pearce | 2010-12-07 | 1 | -1/+1 | |
| * | | | | | | | Make path references OS independent | Anthony Newnam | 2010-11-29 | 4 | -6/+12 | |
| * | | | | | | | Merge branch 'stable' | Shawn O. Pearce | 2010-03-06 | 4 | -30/+83 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix to display the usage message of the command download when the user | Thiago Farina | 2009-09-09 | 1 | -0/+3 | |
| * | | | | | | | | commit-msg: Don't create message with only Change-Id | Shawn O. Pearce | 2009-08-25 | 1 | -6/+19 | |
| * | | | | | | | | commit-msg: Update the commit message hook | Shawn O. Pearce | 2009-08-22 | 1 | -2/+24 | |
| * | | | | | | | | forall: Silently skip missing projects | Shawn O. Pearce | 2009-08-22 | 1 | -0/+6 | |
| * | | | | | | | | upload: Catch and cleanly report connectivity errors | Shawn O. Pearce | 2009-08-22 | 2 | -6/+14 | |
| * | | | | | | | | upload: Document --replace is deprecated | Shawn O. Pearce | 2009-08-22 | 1 | -6/+6 | |
| * | | | | | | | | Automatically install Gerrit Code Review's commit-msg hook | Shawn O. Pearce | 2009-08-22 | 2 | -4/+62 | |
| * | | | | | | | | Merge change 11206 | Shawn O. Pearce | 2009-08-17 | 1 | -5/+12 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Do not invoke ssh with -p argument when no port has been specified. | Josh Guilfoyle | 2009-08-16 | 1 | -5/+12 | |
| * | | | | | | | | | Add "repo branch" as an alias for "repo branches" | Mike Lockwood | 2009-07-14 | 1 | -0/+2 | |
| * | | | | | | | | | manifest: Support --upgrade to submodule format, from XML | Shawn O. Pearce | 2009-07-03 | 1 | -2/+35 | |
| * | | | | | | | | | Introduce manifest format using git submodules | Shawn O. Pearce | 2009-07-03 | 5 | -1/+619 | |
| * | | | | | | | | | Allow meta projects to be created not under .repo/ | Shawn O. Pearce | 2009-07-03 | 1 | -2/+4 | |
| * | | | | | | | | | sync: Support upgrading manifest formats | Shawn O. Pearce | 2009-07-03 | 3 | -1/+22 | |
| * | | | | | | | | | init: add -o, --origin to name manifest remote | Shawn O. Pearce | 2009-07-03 | 4 | -15/+40 | |
| * | | | | | | | | | init (wrapper): Note that -m is now deprecated | Shawn O. Pearce | 2009-07-03 | 1 | -1/+2 | |
| * | | | | | | | | | init: Ensure repo.mirror is noticed once set | Shawn O. Pearce | 2009-07-03 | 1 | -0/+1 | |
| * | | | | | | | | | Allow the manifest to be accessed it if is in work tree | Shawn O. Pearce | 2009-07-03 | 1 | -6/+9 | |
| * | | | | | | | | | Abstract manifest branch creation from init to the manifest object | Shawn O. Pearce | 2009-07-03 | 3 | -4/+12 | |
| * | | | | | | | | | Allow callers to request a specific type of manifest | Shawn O. Pearce | 2009-07-03 | 2 | -6/+12 | |
| * | | | | | | | | | Make refs/remotes/m management the manifest object's responsibility | Shawn O. Pearce | 2009-07-03 | 4 | -7/+14 | |
| * | | | | | | | | | Cleanup import formatting in manifest_xml.py | Shawn O. Pearce | 2009-07-03 | 1 | -2/+7 | |
| * | | | | | | | | | Only remove a stale pickle file if it exists | Shawn O. Pearce | 2009-07-03 | 1 | -2/+4 | |
| * | | | | | | | | | sync: Run `git gc --auto` after fetch | Shawn O. Pearce | 2009-07-03 | 2 | -0/+3 | |
| * | | | | | | | | | init: Allow -m only on XML formatted manifest | Shawn O. Pearce | 2009-07-03 | 1 | -8/+8 | |
| * | | | | | | | | | manifest: Only support -o option on XML formatted manifest | Shawn O. Pearce | 2009-07-03 | 1 | -11/+14 | |
| * | | | | | | | | | manifest: Only display XML help on XML manifest | Shawn O. Pearce | 2009-07-03 | 2 | -8/+13 | |
| * | | | | | | | | | help: Don't show empty Summary or Description sections | Shawn O. Pearce | 2009-07-03 | 1 | -0/+2 | |
| * | | | | | | | | | Create an abstract Manifest base class | Shawn O. Pearce | 2009-07-03 | 7 | -39/+99 | |
| * | | | | | | | | | Teach Project how to relink a .git/ in the work tree | Shawn O. Pearce | 2009-07-03 | 1 | -21/+28 | |
| * | | | | | | | | | Allow callers to reset the git config cache | Shawn O. Pearce | 2009-07-03 | 1 | -0/+8 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Omit all default groups when generating a manifest | Dmitry Fink | 2012-08-07 | 1 | -1/+2 | |
* | | | | | | | | | project.py: Replace the relpath function with os.path.relpath | Mickaël Salaün | 2012-08-06 | 1 | -17/+2 | |
* | | | | | | | | | Use curl command line tool for clone.bundlev1.10.3 | Shawn O. Pearce | 2012-08-02 | 1 | -102/+30 | |
* | | | | | | | | | sync: Honor --no-clone-bundle with -j1 | Shawn O. Pearce | 2012-08-02 | 1 | -2/+4 | |
* | | | | | | | | | Fix mirror modev1.10.2 | Shawn O. Pearce | 2012-08-02 | 1 | -1/+1 | |
* | | | | | | | | | Fix unsupported operand type(s) for +: 'int' and 'str'v1.10.1 | Shawn O. Pearce | 2012-08-01 | 1 | -1/+1 | |
* | | | | | | | | | Fix percent done on resumed /clone.bundlev1.10.0 | Shawn O. Pearce | 2012-08-01 | 1 | -4/+4 | |
* | | | | | | | | | Fix bug in version_tuple to handle strings with -rc# | Chad Jones | 2012-07-31 | 1 | -1/+1 | |
* | | | | | | | | | Add remote alias support in manifest | Yestin Sun | 2012-07-31 | 2 | -2/+17 | |
* | | | | | | | | | Add "repo overview" command. | Joe Hansche | 2012-07-31 | 1 | -0/+80 |