summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2017-05-25 23:20:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-26 03:21:07 (GMT)
commit449456ad47e4074d6d2ee1d1d8178ab29848a137 (patch)
tree8cca2b1da0dd4299a54cb24749beeee7a80d5241 /Documentation/config.txt
parentecdab4126793194e7181afa967deaf8e805a09b9 (diff)
downloadgit-449456ad47e4074d6d2ee1d1d8178ab29848a137.zip
git-449456ad47e4074d6d2ee1d1d8178ab29848a137.tar.gz
git-449456ad47e4074d6d2ee1d1d8178ab29848a137.tar.bz2
docs/config.txt: fix indefinite article in core.fileMode description
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a45b2cf..3147f41 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