From: Ævar Arnfjörð Bjarmason Date: Mon, 13 Aug 2018 19:22:49 +0000 (+0000) Subject: pull doc: fix a long-standing grammar error X-Git-Tag: v2.19.0-rc0~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b81699af4861f9363cdebb86e8f3d95bd0b794dc;p=thirdparty%2Fgit.git pull doc: fix a long-standing grammar error It should be "is not an empty string" not "is not empty string". This fixes wording originally introduced in ab9b31386b ("Documentation: multi-head fetch.", 2005-08-24). Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index c579793af5..f1fb08dc68 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -33,7 +33,7 @@ name. it requests fetching everything up to the given tag. + The remote ref that matches -is fetched, and if is not empty string, the local +is fetched, and if is not an empty string, the local ref that matches it is fast-forwarded using . If the optional plus `+` is used, the local ref is updated even if it does not result in a fast-forward