diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-09 14:32:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-09 14:32:08 -0700 |
commit | 43012626401421c19e3fd211c27672890986f6b9 (patch) | |
tree | c0697fd48b53b18b163720982f9b359421cacce1 /Documentation | |
parent | Merge branch 'jc/push-cas' (diff) | |
parent | t5551: Remove header from curl cookie file (diff) | |
download | tgif-43012626401421c19e3fd211c27672890986f6b9.tar.xz |
Merge branch 'db/http-savecookies'
* db/http-savecookies:
t5551: Remove header from curl cookie file
http: add http.savecookies option to write out HTTP cookies
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 4a51e6a68d..e8eadde305 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1449,7 +1449,11 @@ http.cookiefile:: of the file to read cookies from should be plain HTTP headers or the Netscape/Mozilla cookie file format (see linkgit:curl[1]). NOTE that the file specified with http.cookiefile is only used as - input. No cookies will be stored in the file. + input unless http.saveCookies is set. + +http.savecookies:: + If set, store cookies received during requests to the file specified by + http.cookiefile. Has no effect if http.cookiefile is unset. http.sslVerify:: Whether to verify the SSL certificate when fetching or pushing |