summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-02-05 23:54:14 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-05 23:54:14 -0800
commita8c44537fe486a156c99f992d8113602d8b57b1f (patch)
tree5d9e30361d6a2261e81f40a7feda66a5be44b6a1 /Documentation
parentgit-send-email: Fully implement --quiet and document it. (diff)
parentdaemon: extend user-relative path notation. (diff)
parenthttp-fetch: Tidy control flow in process_alternate_response (diff)
downloadtgif-a8c44537fe486a156c99f992d8113602d8b57b1f.tar.xz
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().