From: Elijah Newren Date: Sun, 8 Oct 2023 06:45:15 +0000 (+0000) Subject: documentation: whitespace is already generally plural X-Git-Tag: v2.43.0-rc0~19^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03b3431e6a36d9a529f49d938168043b463ca24b;p=thirdparty%2Fgit.git documentation: whitespace is already generally plural Diff best viewed with --color-diff. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/apply.txt b/Documentation/config/apply.txt index 3f9ff19db6..f9908e210a 100644 --- a/Documentation/config/apply.txt +++ b/Documentation/config/apply.txt @@ -7,5 +7,5 @@ apply.ignoreWhitespace:: See linkgit:git-apply[1]. apply.whitespace:: - Tells 'git apply' how to handle whitespaces, in the same way + Tells 'git apply' how to handle whitespace, in the same way as the `--whitespace` option. See linkgit:git-apply[1].