summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-17 21:38:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-17 21:38:18 (GMT)
commit459000ef630f99c5f94c92110a5305240a9ef281 (patch)
treeca8d05d8a87a2df1e04c7c3b75e49aae8662fc3c /Documentation
parent6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7 (diff)
parente5a39ad8e67d61f1f7dfb6ef9d9127a8b11da72c (diff)
downloadgit-459000ef630f99c5f94c92110a5305240a9ef281.zip
git-459000ef630f99c5f94c92110a5305240a9ef281.tar.gz
git-459000ef630f99c5f94c92110a5305240a9ef281.tar.bz2
Merge branch 'bn/http-cookiefile-config'
"http.cookieFile" configuration variable clearly wants a pathname, but we forgot to treat it as such by e.g. applying tilde expansion. * bn/http-cookiefile-config: http: expand http.cookieFile as a path Documentation: config: improve word ordering for http.cookieFile
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 6e97e1e..536b6e6 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1679,11 +1679,12 @@ http.extraHeader::
config, an empty value will reset the extra headers to the empty list.
http.cookieFile::
- File containing previously stored cookie lines which should be used
+ The pathname of a file containing previously stored cookie lines,
+ which should be used
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::