summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Honor 'http_proxy' environment variableAnatol Pomozov2011-07-201-0/+6
* Add --depth option to main repo wrapper.Doug Anderson2011-06-141-2/+5
* Add a --depth option to repo init.v1.7.5Doug Anderson2011-06-092-0/+31
* Add branch support to repo uploadMandeep Singh Baines2011-05-262-2/+11
* Added repo cherry-pick commandv1.7.4.3Victor Boivie2011-04-071-0/+114
* Fixed repo checkout error message when git reports errors.Doug Anderson2011-04-072-10/+23
* Fixed problems w/ 2nd repo init if first repo init had bad URL.Doug Anderson2011-04-071-0/+6
* Fixed repo abandon to give better messages.Doug Anderson2011-04-072-12/+27
* Add option to check status of projects in parallel.Terence Haddock2011-04-072-10/+70
* Fix parallel sync on python < 2.6.Daniel Sandler2011-04-041-2/+2
* sync: Fix syntax error on Python 2.4v1.7.4.2Shawn O. Pearce2011-03-221-22/+23
* Creating rr-cachev1.7.4.1Victor Boivie2011-03-171-0/+5
* Make 'repo sync -jN' exit with an error code in the case of sync errors.Doug Anderson2011-03-171-14/+70
* Add 'list' command to repo.Doug Anderson2011-03-161-0/+48
* Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson2011-03-115-32/+384