summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
* | | | | | | | | Correctly name projects when mirroringv1.7.7.5Conley Owens2011-10-201-4/+8
* | | | | | | | | Fix sync on Python 2.6.6v1.7.7.4Shawn O. Pearce2011-10-111-0/+2
* | | | | | | | | help: Fix help syncShawn O. Pearce2011-10-111-0/+1
* | | | | | | | | upload: Honor REPO_HOST_PORT_INFO environment variablev1.7.7.3Shawn O. Pearce2011-10-111-0/+10
* | | | | | | | | Fix Python 2.4 supportShawn O. Pearce2011-10-113-10/+18
* | | | | | | | | Work around Python 2.7 urllib2 bugShawn O. Pearce2011-10-112-34/+54
* | | | | | | | | Fix AttributeError: 'HTTPError' object has no attribute 'reason'v1.7.7.2Shawn O. Pearce2011-10-112-7/+6
* | | | | | | | | Work around Python 2.7 failure to initialize base classShawn O. Pearce2011-10-111-1/+7
* | | | | | | | | sync: Fetch after applying bundle and retry after errorsv1.7.7.1Shawn O. Pearce2011-10-031-62/+74
* | | | | | | | | sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-286-24/+250
* | | | | | | | | Allow remote url to be relative to manifst urlConley Owens2011-09-281-6/+19
* | | | | | | | | sync: Update default -j flag from manifestShawn O. Pearce2011-09-261-1/+2
* | | | | | | | | Ignore missing ~/.netrcv1.7.6.1Shawn O. Pearce2011-09-231-0/+2
* | | | | | | | | sync: Allow -j to have a default in manifestv1.7.6Shawn O. Pearce2011-09-223-1/+14
* | | | | | | | | sync: Limit -j to file descriptorsShawn O. Pearce2011-09-221-0/+12
* | | | | | | | | Add global option --time to track executionShawn O. Pearce2011-09-221-1/+18
* | | | | | | | | Support units in progress messagesShawn O. Pearce2011-09-191-7/+8
* | | | | | | | | Add support for url.*.insteadofShawn O. Pearce2011-09-191-0/+9
* | | | | | | | | Support ~/.netrc for HTTP Basic authenticationShawn O. Pearce2011-09-191-0/+12
* | | | | | | | | Enhance HTTP supportShawn O. Pearce2011-09-192-18/+77
* | | | | | | | | Honor http_proxy variable globallyShawn O. Pearce2011-09-112-6/+8
* | | | | | | | | Change default REPO_URL to code.google.comShawn O. Pearce2011-09-051-2/+2
* | | | | | | | | Add commit-msg hook also for manifest projectVictor Boivie2011-07-201-1/+4
* | | | | | | | | Smart tag supportVictor Boivie2011-07-201-15/+23