• Show log

    Commit

  • Hash : ec0c4c40
    Author : Patrick Steinhardt
    Date : 2015-05-04T11:59:20

    remote: apply insteadOf configuration.
    
    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".