summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-29 12:34:46 +0900
committerJunio C Hamano <gitster@pobox.com>2017-05-29 12:34:46 +0900
commite6f9c8d7f5680a49df58c381e14223467953371c (patch)
tree1e3101a16ddc037690662b4c58919ebf801571f0
parent220c6a70803d520a7cd19f9f2889650d54574470 (diff)
parent449456ad47e4074d6d2ee1d1d8178ab29848a137 (diff)
downloadgit-e6f9c8d7f5680a49df58c381e14223467953371c.tar.gz
Merge branch 'sg/core-filemode-doc-typofix'
* sg/core-filemode-doc-typofix: docs/config.txt: fix indefinite article in core.fileMode description
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e0b9fd0bc3..51143b624a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -334,7 +334,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