Merge branch 'dt/http-postbuffer-can-be-large'
commit4c01f67d9102942cc7f0a737de4c609a6ac1832e
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:45 +0000 (23 22:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:45 +0000 (23 22:07 -0700)
treeb1e2e725ac7fb708dba5a732271d45d675ed5bfd
parent848d9a9bb7407cd3a2d45941f732b2ddc32588a7
parent37ee680d9b90fe4c4fc5be4e14f17baf49f6ce59
Merge branch 'dt/http-postbuffer-can-be-large'

Allow the http.postbuffer configuration variable to be set to a
size that can be expressed in size_t, which can be larger than
ulong on some platforms.

* dt/http-postbuffer-can-be-large:
  http.postbuffer: allow full range of ssize_t values
cache.h
http.c
remote-curl.c