Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | |
* | | | | | | | | | Inject the project name into each projects groups. | Brian Harring | 2012-07-31 | 2 | -3/+8 | |
* | | | | | | | | | upload: add --draft option. | Brian Harring | 2012-07-28 | 2 | -5/+16 | |
* | | | | | | | | | Don't delete the branch config when switching branches.v1.9.6 | Torne (Richard Coles) | 2012-07-20 | 1 | -1/+1 | |
* | | | | | | | | | Fix for failures with repo upload for projects that have a SHA1 for a revisio...v1.9.5 | Chad Jones | 2012-06-14 | 1 | -0/+5 | |
* | | | | | | | | | Single quote http.proxy in GIT_CONFIG_PARAMETERSv1.9.4 | Shawn O. Pearce | 2012-06-13 | 1 | -1/+1 | |
* | | | | | | | | | Detach branch even when already on the latest revision using sync -d | Florian Vallee | 2012-06-13 | 1 | -4/+7 | |
* | | | | | | | | | Support automatically stashing local modifications during repo-rebase. | Joe Hansche | 2012-06-13 | 1 | -0/+21 | |
* | | | | | | | | | Fix switching manifest branches using repo init -b | Florian Vallee | 2012-06-13 | 2 | -0/+19 | |
* | | | | | | | | | Restore include support. | Brian Harring | 2012-06-07 | 1 | -5/+6 | |
* | | | | | | | | | Use GIT_CONFIG_PARAMETERS instead of -c for http.proxyv1.9.3 | Shawn O. Pearce | 2012-06-05 | 1 | -2/+6 | |
* | | | | | | | | | repo: Add option review.URL.uploadtopic supportv1.9.2 | Anthony Russello | 2012-06-05 | 1 | -0/+13 | |
* | | | | | | | | | Use gerrit.googlesource.com/git-repo as the default URL | Shawn O. Pearce | 2012-06-05 | 1 | -1/+1 | |
* | | | | | | | | | Detect git is not installed | Shawn O. Pearce | 2012-06-05 | 1 | -2/+12 | |
* | | | | | | | | | Pass http_proxy as -c http.proxy on Mac OS X | Shawn O. Pearce | 2012-05-25 | 1 | -0/+2 | |
* | | | | | | | | | hooks/pre-auto-gc: look in sysfs to see if a battery is known. | Brian Harring | 2012-05-25 | 1 | -0/+5 | |
* | | | | | | | | | Allow projects with groups=Nonev1.9.1 | Colin Cross | 2012-05-24 | 1 | -0/+2 | |
* | | | | | | | | | Fix initial sync broken by sync-c optionv1.9.0 | Shawn O. Pearce | 2012-05-24 | 1 | -1/+9 | |
* | | | | | | | | | Parse manifest and local_manifest together | Colin Cross | 2012-05-24 | 1 | -41/+33 | |
* | | | | | | | | | ManifestXml: add include support | Brian Harring | 2012-05-24 | 2 | -8/+44 | |
* | | | | | | | | | repo download: add --ff-only option | Pierre Tardy | 2012-05-24 | 2 | -1/+8 | |
* | | | | | | | | | repo download: add --revert option | Erwan Mahe | 2012-05-24 | 2 | -1/+15 | |
* | | | | | | | | | repo download: add --cherry-pick option | Pierre Tardy | 2012-05-24 | 2 | -2/+15 | |
* | | | | | | | | | Avoid failing concat for multi-encoding filenames | Cezary Baginski | 2012-05-24 | 1 | -2/+9 | |
* | | | | | | | | | Add sync-c option to manifest | Anatol Pomazau | 2012-04-23 | 3 | -2/+28 | |
* | | | | | | | | | Treat groups= as default | Colin Cross | 2012-04-23 | 2 | -2/+2 | |
* | | | | | | | | | Fix syntax errors in subcmds/init.py | Colin Cross | 2012-04-23 | 1 | -3/+2 | |
* | | | | | | | | | Add a --platform flag | Conley Owens | 2012-04-23 | 3 | -2/+29 | |
* | | | | | | | | | Refine groups functionality | Conley Owens | 2012-04-23 | 6 | -52/+42 | |
* | | | | | | | | | Add project annotation handling to repo | James W. Mills | 2012-04-23 | 4 | -1/+53 | |
* | | | | | | | | | Check if SHA1 presents in repository | Anatol Pomazau | 2012-04-23 | 1 | -2/+4 | |
* | | | | | | | | | Add manifest groupsv1.8.2 | Colin Cross | 2012-04-13 | 8 | -7/+108 |