Bug 346873 - Support url.insteadof, url.pushinsteadof
Summary: Support url.insteadof, url.pushinsteadof
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: 0.12   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0-M1   Edit
Assignee: Kevin Sawicki CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
: 327325 371410 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-23 10:09 EDT by Shawn Pearce CLA
Modified: 2012-03-05 23:53 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Pearce CLA 2011-05-23 10:09:10 EDT
C Git uses the url.insteadof configuration variable to support rewriting URLs in remotes. E.g.

  [url "mirror1.example.org:/pub/git/"]
    insteadOf = mirror1.example.org:/pub/git/core/
Comment 1 Kevin Sawicki CLA 2012-03-01 20:37:13 EST
*** Bug 371410 has been marked as a duplicate of this bug. ***
Comment 2 Kevin Sawicki CLA 2012-03-01 20:39:02 EST
Proposed fix pushed to https://git.eclipse.org/r/#/c/5218/
Comment 3 Kevin Sawicki CLA 2012-03-01 20:40:06 EST
*** Bug 327325 has been marked as a duplicate of this bug. ***
Comment 4 Chris Aniszczyk CLA 2012-03-05 23:53:05 EST
Fixed in master.