From ce14cc0b00098201f967346955804abd774174ea Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sun, 8 Oct 2023 06:45:09 +0000 Subject: documentation: fix subject/verb agreement Diff best viewed with --color-diff. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- Documentation/git-init.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-init.txt') diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 30ab86ab96..138dc4a3bf 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -115,7 +115,7 @@ Same as 'group', but make the repository readable by all users. '' is a 3-digit octal number prefixed with `0` and each file will have mode ''. '' will override users' umask(2) value (and not only loosen permissions as 'group' and 'all' -does). '0640' will create a repository which is group-readable, but +do). '0640' will create a repository which is group-readable, but not group-writable or accessible to others. '0660' will create a repo that is readable and writable to the current user and group, but inaccessible to others (directories and executable files get their -- cgit v1.3