From: Elijah Newren <newren@xxxxxxxxx> Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@xxxxxxxxx> --- Documentation/config/apply.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config/apply.txt b/Documentation/config/apply.txt index 3f9ff19db6b..f9908e210a8 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]. -- gitgitgadget