1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-12 21:57:44 +02:00

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>
This commit is contained in:
SZEDER Gábor 2017-05-26 01:20:46 +02:00 committed by Junio C Hamano
parent ecdab41267
commit 449456ad47

View File

@ -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