summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2017-05-26 01:20:46 +0200
committerJunio C Hamano <gitster@pobox.com>2017-05-26 12:21:07 +0900
commit449456ad47e4074d6d2ee1d1d8178ab29848a137 (patch)
tree8cca2b1da0dd4299a54cb24749beeee7a80d5241
parentecdab4126793194e7181afa967deaf8e805a09b9 (diff)
downloadgit-sg/core-filemode-doc-typofix.tar.gz
docs/config.txt: fix indefinite article in core.fileMode descriptionsg/core-filemode-doc-typofix
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a45b2cfe6c..3147f41f12 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -208,7 +208,7 @@ core.fileMode::
is to be honored.
+
Some filesystems lose the executable bit when a file that is
-marked as executable is checked out, or checks out an
+marked as executable is checked out, or checks out a
non-executable file with executable bit on.
linkgit:git-clone[1] or linkgit:git-init[1] probe the filesystem
to see if it handles the executable bit correctly