summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2016-05-04 18:42:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-04 22:59:25 (GMT)
commit06ea368bb160af9684a3484c78fddc5af16476ef (patch)
tree733b7fbf4e562f08fd8d648bd203704b96552028 /Documentation
parente46579643d56162299b1756b70d418005351b256 (diff)
downloadgit-06ea368bb160af9684a3484c78fddc5af16476ef.zip
git-06ea368bb160af9684a3484c78fddc5af16476ef.tar.gz
git-06ea368bb160af9684a3484c78fddc5af16476ef.tar.bz2
Documentation: config: improve word ordering for http.cookieFile
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index fec0dea..c0d7bcf 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::