Merge branch 'tc/http-urls-ends-with-slash' into next
commitb9a878a2a8f21b532adb0754ddd486e53f843080
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 20:25:24 +0000 (8 12:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 20:25:24 +0000 (8 12:25 -0800)
tree1a352653a2a5cad771cac53612823763e321ffe1
parent940e5e226b895a04bd0bd93471dd873677394a83
parent6f5185bd2d87dff587e4900aa022f6f9bd088f20
Merge branch 'tc/http-urls-ends-with-slash' into next

* 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
http.c
t/t5550-http-fetch.sh