Skip to content

Commit 559c2c3

Browse files
derrickstoleegitster
authored andcommitted
git.txt: remove redundant language
The documentation for GIT_ALLOW_PROTOCOL has a sentence that adds no value, since it repeats the meaning from the previous sentence (twice!). The word "whitelist" has cultural implications that are not inclusive, which brought attention to this sentence. Helped-by: Jeff King <[email protected]> Helped-by: Junio C Hamano <[email protected]> Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent acc5e28 commit 559c2c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/git.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,9 +885,7 @@ for full details.
885885
If set to a colon-separated list of protocols, behave as if
886886
`protocol.allow` is set to `never`, and each of the listed
887887
protocols has `protocol.<name>.allow` set to `always`
888-
(overriding any existing configuration). In other words, any
889-
protocol not mentioned will be disallowed (i.e., this is a
890-
whitelist, not a blacklist). See the description of
888+
(overriding any existing configuration). See the description of
891889
`protocol.allow` in linkgit:git-config[1] for more details.
892890

893891
`GIT_PROTOCOL_FROM_USER`::

0 commit comments

Comments
 (0)