diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2017-05-26 01:20:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-26 12:21:07 +0900 |
commit | 449456ad47e4074d6d2ee1d1d8178ab29848a137 (patch) | |
tree | 8cca2b1da0dd4299a54cb24749beeee7a80d5241 /Documentation | |
parent | core.filemode may need manual action (diff) | |
download | tgif-449456ad47e4074d6d2ee1d1d8178ab29848a137.tar.xz |
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')
-rw-r--r-- | Documentation/config.txt | 2 |
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 |