From: Brian Norris Date: Wed, 4 May 2016 18:42:14 +0000 (-0700) Subject: Documentation: config: improve word ordering for http.cookieFile X-Git-Tag: v2.9.0-rc0~43^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06ea368bb160af9684a3484c78fddc5af16476ef;p=thirdparty%2Fgit.git Documentation: config: improve word ordering for http.cookieFile Signed-off-by: Brian Norris Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index fec0dea5d0..c0d7bcff8c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1602,7 +1602,7 @@ http.cookieFile:: in the Git http session, if they match the server. The file format 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 + NOTE that the file specified with http.cookieFile is used only as input unless http.saveCookies is set. http.saveCookies::