Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 2013-08-05 | 12 | -0/+20 |
Use the urlmatch_config_entry() to wrap the underlying http_options() two-level variable parser in order to set http.<variable> to the value with the most specific URL in the configuration. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Kyle J. McKay <mackyle@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |