author | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Dec 2010 05:49:52 +0000 (21:49 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Dec 2010 05:49:52 +0000 (21:49 -0800) | ||
commit | a0078dee90e9b6baf17fa22cdeaadd8bec49e725 | |
tree | 5e080b2401222e5839a1d4bc6e3abadc9800e936 | tree | snapshot |
parent | 33935dca6db41f3d84f28abb66f94c1f2cc1974b | commit | diff |
parent | 6f5185bd2d87dff587e4900aa022f6f9bd088f20 | commit | diff |
Merge branch 'tc/http-urls-ends-with-slash'
* tc/http-urls-ends-with-slash:
http-fetch: rework url handling
http-push: add trailing slash at arg-parse time, instead of later on
http-push: check path length before using it
http-push: Normalise directory names when pushing to some WebDAV servers
http-backend: use end_url_with_slash()
url: add str wrapper for end_url_with_slash()
shift end_url_with_slash() from http.[ch] to url.[ch]
t5550-http-fetch: add test for http-fetch
t5550-http-fetch: add missing '&&'
* tc/http-urls-ends-with-slash:
http-fetch: rework url handling
http-push: add trailing slash at arg-parse time, instead of later on
http-push: check path length before using it
http-push: Normalise directory names when pushing to some WebDAV servers
http-backend: use end_url_with_slash()
url: add str wrapper for end_url_with_slash()
shift end_url_with_slash() from http.[ch] to url.[ch]
t5550-http-fetch: add test for http-fetch
t5550-http-fetch: add missing '&&'
Makefile | diff1 | | diff2 | | blob | history |
http.c | diff1 | | diff2 | | blob | history |
t/t5550-http-fetch.sh | diff1 | | diff2 | | blob | history |