From 0db78ac1b278b6cc2188001b01f49baf348669df Mon Sep 17 00:00:00 2001 From: Monika Kairaityte Date: Sat, 28 Sep 2024 22:36:40 +0300 Subject: [PATCH] documentation: Add missing word "ref" In the git-fetch documentation, description of syntax is not entirely clear. When explaining about "the destination ref ", word "ref" is included. Logically, it should be the same in the explanation of "the source ". Signed-off-by: Monika Kairaityte --- Documentation/pull-fetch-param.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index c718f7946f065d..066a35af9cd7aa 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -24,7 +24,7 @@ ifdef::git-pull[] endif::git-pull[] + The format of a parameter is an optional plus -`+`, followed by the source , followed +`+`, followed by the source ref , followed by a colon `:`, followed by the destination ref . The colon can be omitted when is empty. is typically a ref, but it can also be a fully spelled hex object