author | Junio C Hamano <gitster@pobox.com> | |
Tue, 14 Dec 2010 15:36:10 +0000 (07:36 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 14 Dec 2010 15:36:10 +0000 (07:36 -0800) | ||
commit | 6b090e1710dbdf3f2c9f46c7f089ce34399b35c5 | |
tree | 5103919c6668e99e22db598c0f57299e14c6393b | tree | snapshot |
parent | 5b57076e5863602984ad089bab882730047e0fc3 | commit | diff |
parent | 6f5185bd2d87dff587e4900aa022f6f9bd088f20 | commit | diff |
Merge branch 'tc/http-urls-ends-with-slash' into maint
* 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 |