diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:15 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 03b3431e6a36d9a529f49d938168043b463ca24b (patch) | |
| tree | 50cc0efe91d3340c23a5efb3dc67305ecb889268 | |
| parent | documentation: fix singular vs. plural (diff) | |
| download | git-03b3431e6a36d9a529f49d938168043b463ca24b.tar.gz git-03b3431e6a36d9a529f49d938168043b463ca24b.zip | |
documentation: whitespace is already generally plural
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/config/apply.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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]. |
