Skip to content

Commit 0db78ac

Browse files
committed
documentation: Add missing word "ref"
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>
1 parent 3857aae commit 0db78ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pull-fetch-param.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ifdef::git-pull[]
2424
endif::git-pull[]
2525
+
2626
The format of a <refspec> parameter is an optional plus
27-
`+`, followed by the source <src>, followed
27+
`+`, followed by the source ref <src>, followed
2828
by a colon `:`, followed by the destination ref <dst>.
2929
The colon can be omitted when <dst> is empty. <src> is
3030
typically a ref, but it can also be a fully spelled hex object

0 commit comments

Comments
 (0)