Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote: test insteadOf for anonymous remotes | Patrick Steinhardt | 2015-05-31 | 1 | -0/+12 |
| | |||||
* | remote: apply insteadOf configuration. | Patrick Steinhardt | 2015-05-31 | 1 | -0/+60 |
A remote's URLs are now modified according to the url.*.insteadOf and url.*.pushInsteadOf configurations. This allows a user to replace URL prefixes by setting the corresponding keys. E.g. "url.foo.insteadOf = bar" would replace the prefix "bar" with the new prefix "foo". |