1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-11 15:07:31 +02:00
git/t/t0110
Kyle J. McKay 6a56993b2e config: parse http.<url>.<variable> using urlmatch
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>
2013-08-05 16:02:03 -07:00
..
README
url-1
url-2 config: parse http.<url>.<variable> using urlmatch 2013-08-05 16:02:03 -07:00
url-3
url-4
url-5
url-6
url-7
url-8
url-9
url-10
url-11

The url data files in this directory contain URLs with characters
in the range 0x01-0x1f and 0x7f-0xff to test the proper normalization
of unprintable characters.

A select few characters in the 0x01-0x1f range are skipped to help
avoid problems running the test itself.

The urls are in test files in this directory rather than being
embedded in the test script for portability.