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/config.txt | |
parent | 2233ad4534db8a37b1bf726312d52d4a0a51db0a (diff) | |
parent | 580cf0a02ee15045a02c8ffefca646bbb0b1e953 (diff) | |
download | git-43012626401421c19e3fd211c27672890986f6b9.tar.gz git-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/config.txt')
-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 4a51e6a68..e8eadde30 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 |