Jeff King <peff@xxxxxxxx> writes: > + * Our basic strategy is to compare "base" and "asked" to find the bits > + * specific to our request. We then strip those bits off of "got" to yield the > + * new base. So for example, if our base is "http://example.com/foo.git", > + * and we ask for "http://example.com/foo.git/info/refs", we might end up > + * with "https://other.example.com/foo.git/info/refs". We would want the > + * new URL to become "https://other.example.com/foo.git". Not "https://other.example.com/foo.git/info/refs"? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html