summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
* | | | | | | | | Post-nonexistent-revision crash sidesteppedSkyler Kaufman2011-03-081-2/+2
* | | | | | | | | Renamed 'repo_hooks' function to '_ProjectHooks'.Doug Anderson2011-02-011-7/+18
* | | | | | | | | Fixed bug identifying 'commit-msg' files.Doug Anderson2011-02-011-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix mirror clients with no worktreev1.7.3.1Shawn O. Pearce2011-01-101-1/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Bump repo version to 1,10v1.7.3Shawn O. Pearce2011-01-101-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | help: Don't show empty Summary or Description sectionsShawn O. Pearce2011-01-091-0/+2
* | | | | | sync: Run `git gc --auto` after fetchShawn O. Pearce2011-01-092-0/+3
* | | | | | Add "repo branch" as an alias for "repo branches"Mike Lockwood2011-01-091-0/+2
* | | | | | upload: Catch and cleanly report connectivity errorsShawn O. Pearce2011-01-092-6/+14
* | | | | | forall: Silently skip missing projectsShawn O. Pearce2011-01-091-0/+6
* | | | | | Fix to display the usage message of the command download when the userThiago Farina2011-01-091-0/+3
* | | | | | Use os.environ.copy() instead of dict()Shawn O. Pearce2011-01-091-1/+1
* | | | | | Make path references OS independentAnthony Newnam2011-01-094-6/+12
| |_|_|_|/ |/| | | |
* | | | | Encode the environment variables passed to gitShawn O. Pearce2011-01-094-14/+17
* | | | | Exit with statuscode 0 for repo help initTrond Norbye2011-01-091-0/+1
| |_|_|/ |/| | |
* | | | Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-212-61/+90
| |_|/ |/| |
* | | Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson2010-11-013-1/+71
* | | sync: Use --force-broken to continue other projectsv1.7Andrei Warkentin2010-10-291-3/+15
* | | upload: Remove --replace optionFicus Kirkpatrick2010-10-292-83/+1
* | | sync --quiet: be more quietShawn O. Pearce2010-10-292-14/+27
* | | sync: Enable use of git clone --referenceShawn O. Pearce2010-10-293-9/+111