git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] documentation: add missing word "ref"
@ 2024-09-29 15:17 Monika Kairaitytė via GitGitGadget
  2024-10-01 18:36 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Monika Kairaitytė via GitGitGadget @ 2024-09-29 15:17 UTC (permalink / raw)
  To: git; +Cc: Monika Kairaitytė, Monika Kairaityte

From: Monika Kairaityte <monika@kibit.lt>

In the git-fetch documentation, description of <refspec> syntax is not
entirely clear. When explaining about "the destination ref <dst>", word
"ref" is included. Logically, it should be the same in the explanation
of "the source <src>".

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
---
    documentation: add missing word "ref"

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1803%2Fmokibit%2Fdocs-add-missing-ref-word-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1803/mokibit/docs-add-missing-ref-word-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1803

 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 c718f7946f0..066a35af9cd 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 <refspec> parameter is an optional plus
-`+`, followed by the source <src>, followed
+`+`, followed by the source ref <src>, followed
 by a colon `:`, followed by the destination ref <dst>.
 The colon can be omitted when <dst> is empty.  <src> is
 typically a ref, but it can also be a fully spelled hex object

base-commit: 3857aae53f3633b7de63ad640737c657387ae0c6
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-09 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 15:17 [PATCH] documentation: add missing word "ref" Monika Kairaitytė via GitGitGadget
2024-10-01 18:36 ` Junio C Hamano
2024-10-09 19:38   ` Monika Kairaityte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).