config: parse http.<url>.<variable> using urlmatch
authorKyle J. McKay <mackyle@gmail.com>
Mon, 5 Aug 2013 20:20:36 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 23:02:03 +0000 (16:02 -0700)
commit6a56993...2ec7082521cf14f98ab9fb5a5def4b13
tree8a2c3f3...4d5bd6888b8dfd9d2ff87b1c7014ee93copy hash to clipboard (tree)
parent836b6fb...a56338dc28165284875b257ccfd6c224copy hash to clipboard (diff)
19 files changed:
.gitignore
Documentation/config.txt
Makefile
http.c
t/.gitattributes
t/t0110-urlmatch-normalization.sh [new file with mode: 0755]
t/t0110/README [new file with mode: 0644]
t/t0110/url-1 [new file with mode: 0644]
t/t0110/url-10 [new file with mode: 0644]
t/t0110/url-11 [new file with mode: 0644]
t/t0110/url-2 [new file with mode: 0644]
t/t0110/url-3 [new file with mode: 0644]
t/t0110/url-4 [new file with mode: 0644]
t/t0110/url-5 [new file with mode: 0644]
t/t0110/url-6 [new file with mode: 0644]
t/t0110/url-7 [new file with mode: 0644]
t/t0110/url-8 [new file with mode: 0644]
t/t0110/url-9 [new file with mode: 0644]
test-urlmatch-normalization.c [new file with mode: 0644]