Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Add global option --time to track execution | Shawn O. Pearce | 2011-09-22 | 1 | -1/+18 | |
* | | | | | | | | | Support units in progress messages | Shawn O. Pearce | 2011-09-19 | 1 | -7/+8 | |
* | | | | | | | | | Add support for url.*.insteadof | Shawn O. Pearce | 2011-09-19 | 1 | -0/+9 | |
* | | | | | | | | | Support ~/.netrc for HTTP Basic authentication | Shawn O. Pearce | 2011-09-19 | 1 | -0/+12 | |
* | | | | | | | | | Enhance HTTP support | Shawn O. Pearce | 2011-09-19 | 2 | -18/+77 | |
* | | | | | | | | | Honor http_proxy variable globally | Shawn O. Pearce | 2011-09-11 | 2 | -6/+8 | |
* | | | | | | | | | Change default REPO_URL to code.google.com | Shawn O. Pearce | 2011-09-05 | 1 | -2/+2 | |
* | | | | | | | | | Add commit-msg hook also for manifest project | Victor Boivie | 2011-07-20 | 1 | -1/+4 | |
* | | | | | | | | | Smart tag support | Victor Boivie | 2011-07-20 | 1 | -15/+23 | |
* | | | | | | | | | Honor 'http_proxy' environment variable | Anatol Pomozov | 2011-07-20 | 1 | -0/+6 | |
* | | | | | | | | | Add --depth option to main repo wrapper. | Doug Anderson | 2011-06-14 | 1 | -2/+5 | |
* | | | | | | | | | Add a --depth option to repo init.v1.7.5 | Doug Anderson | 2011-06-09 | 2 | -0/+31 | |
* | | | | | | | | | Add branch support to repo upload | Mandeep Singh Baines | 2011-05-26 | 2 | -2/+11 | |
* | | | | | | | | | Added repo cherry-pick commandv1.7.4.3 | Victor Boivie | 2011-04-07 | 1 | -0/+114 | |
* | | | | | | | | | Fixed repo checkout error message when git reports errors. | Doug Anderson | 2011-04-07 | 2 | -10/+23 | |
* | | | | | | | | | Fixed problems w/ 2nd repo init if first repo init had bad URL. | Doug Anderson | 2011-04-07 | 1 | -0/+6 | |
* | | | | | | | | | Fixed repo abandon to give better messages. | Doug Anderson | 2011-04-07 | 2 | -12/+27 | |
* | | | | | | | | | Add option to check status of projects in parallel. | Terence Haddock | 2011-04-07 | 2 | -10/+70 | |
* | | | | | | | | | Fix parallel sync on python < 2.6. | Daniel Sandler | 2011-04-04 | 1 | -2/+2 | |
* | | | | | | | | | sync: Fix syntax error on Python 2.4v1.7.4.2 | Shawn O. Pearce | 2011-03-22 | 1 | -22/+23 | |
* | | | | | | | | | Creating rr-cachev1.7.4.1 | Victor Boivie | 2011-03-17 | 1 | -0/+5 | |
* | | | | | | | | | Make 'repo sync -jN' exit with an error code in the case of sync errors. | Doug Anderson | 2011-03-17 | 1 | -14/+70 | |
* | | | | | | | | | Add 'list' command to repo. | Doug Anderson | 2011-03-16 | 1 | -0/+48 | |
* | | | | | | | | | Support repo-level pre-upload hook and prep for future hooks.v1.7.4 | Doug Anderson | 2011-03-11 | 5 | -32/+384 | |
* | | | | | | | | | Post-nonexistent-revision crash sidestepped | Skyler Kaufman | 2011-03-08 | 1 | -2/+2 | |
* | | | | | | | | | Renamed 'repo_hooks' function to '_ProjectHooks'. | Doug Anderson | 2011-02-01 | 1 | -7/+18 | |
* | | | | | | | | | Fixed bug identifying 'commit-msg' files. | Doug Anderson | 2011-02-01 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Fix mirror clients with no worktreev1.7.3.1 | Shawn O. Pearce | 2011-01-10 | 1 | -1/+4 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Bump repo version to 1,10v1.7.3 | Shawn O. Pearce | 2011-01-10 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | help: Don't show empty Summary or Description sections | Shawn O. Pearce | 2011-01-09 | 1 | -0/+2 | |
* | | | | | | sync: Run `git gc --auto` after fetch | Shawn O. Pearce | 2011-01-09 | 2 | -0/+3 | |
* | | | | | | Add "repo branch" as an alias for "repo branches" | Mike Lockwood | 2011-01-09 | 1 | -0/+2 | |
* | | | | | | upload: Catch and cleanly report connectivity errors | Shawn O. Pearce | 2011-01-09 | 2 | -6/+14 | |
* | | | | | | forall: Silently skip missing projects | Shawn O. Pearce | 2011-01-09 | 1 | -0/+6 | |
* | | | | | | Fix to display the usage message of the command download when the user | Thiago Farina | 2011-01-09 | 1 | -0/+3 | |
* | | | | | | Use os.environ.copy() instead of dict() | Shawn O. Pearce | 2011-01-09 | 1 | -1/+1 | |
* | | | | | | Make path references OS independent | Anthony Newnam | 2011-01-09 | 4 | -6/+12 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Encode the environment variables passed to git | Shawn O. Pearce | 2011-01-09 | 4 | -14/+17 | |
* | | | | | Exit with statuscode 0 for repo help init | Trond Norbye | 2011-01-09 | 1 | -0/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2 | Doug Anderson | 2010-12-21 | 2 | -61/+90 | |
| |_|/ |/| | | ||||||
* | | | Added feature to print a <notice> from manifest at the end of a sync.v1.7.1 | Doug Anderson | 2010-11-01 | 3 | -1/+71 | |
* | | | sync: Use --force-broken to continue other projectsv1.7 | Andrei Warkentin | 2010-10-29 | 1 | -3/+15 | |
* | | | upload: Remove --replace option | Ficus Kirkpatrick | 2010-10-29 | 2 | -83/+1 | |
* | | | sync --quiet: be more quiet | Shawn O. Pearce | 2010-10-29 | 2 | -14/+27 | |
* | | | sync: Enable use of git clone --reference | Shawn O. Pearce | 2010-10-29 | 3 | -9/+111 | |
* | | | Only delete corrupt pickle config files if they exist | Ulrik Sjölin | 2010-10-29 | 1 | -2/+4 | |
* | | | Don't allow git fetch to start ControlMaster | Doug Anderson | 2010-10-29 | 1 | -1/+1 | |
* | | | Check for existing SSH ControlMaster | Doug Anderson | 2010-10-29 | 1 | -12/+41 | |
* | | | Fix for handling values of EDITOR which contain a space. | Patrick Dubroy | 2010-08-06 | 1 | -1/+1 | |
* | | | upload: Fix --replace flagv1.6.10.2 | Shawn O. Pearce | 2010-07-16 | 1 | -2/+2 |