diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2018-08-13 21:22:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-13 22:25:51 +0200 |
commit | b81699af4861f9363cdebb86e8f3d95bd0b794dc (patch) | |
tree | 5f5be61fa9871f3d971ac57ead570b9758c1bd7c /Documentation | |
parent | fetch tests: correct a comment "remove it" -> "remove them" (diff) | |
download | git-b81699af4861f9363cdebb86e8f3d95bd0b794dc.tar.xz git-b81699af4861f9363cdebb86e8f3d95bd0b794dc.zip |
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pull-fetch-param.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <src> -is fetched, and if <dst> is not empty string, the local +is fetched, and if <dst> is not an empty string, the local ref that matches it is fast-forwarded using <src>. If the optional plus `+` is used, the local ref is updated even if it does not result in a fast-forward |