diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-05 23:54:14 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-05 23:54:14 -0800 |
commit | a8c44537fe486a156c99f992d8113602d8b57b1f (patch) | |
tree | 5d9e30361d6a2261e81f40a7feda66a5be44b6a1 /Documentation | |
parent | 2718435b7b746c3c249525b02fbcbad68f5a45f3 (diff) | |
parent | 603968d22b19d1b98ff355cc32575a4d9845c151 (diff) | |
parent | a3f583cbf7929f290a47dc0a952ee6b0faa9d279 (diff) | |
download | git-a8c44537fe486a156c99f992d8113602d8b57b1f.tar.gz |
Merge branches 'jc/daemon' and 'mw/http'
* jc/daemon:
daemon: extend user-relative path notation.
daemon: Set SO_REUSEADDR on listening sockets.
daemon: do not forbid user relative paths unconditionally under --base-path
* mw/http:
http-fetch: Tidy control flow in process_alternate_response
http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment
http-fetch: Fix message reporting rename of object file.
http-fetch: Fix object list corruption in fill_active_slots().