Skip to content

Commit f6a65de

Browse files
phil-blaingitster
authored andcommitted
pull doc: refer to a specific section in 'fetch' doc
The documentation for the `<refspec>` parameter in the `git fetch` documentation refers to the section "CONFIGURED REMOTE-TRACKING BRANCHES" in this same documentation page. In the `git pull` documentation, let's also refer specifically to this section instead of just linking to the `git fetch` documentation. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 274b9cc commit f6a65de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/pull-fetch-param.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ ifndef::git-pull[]
1919
(see <<CRTB,CONFIGURED REMOTE-TRACKING BRANCHES>> below).
2020
endif::git-pull[]
2121
ifdef::git-pull[]
22-
(see linkgit:git-fetch[1]).
22+
(see the section "CONFIGURED REMOTE-TRACKING BRANCHES"
23+
in linkgit:git-fetch[1]).
2324
endif::git-pull[]
2425
+
2526
The format of a <refspec> parameter is an optional plus

0 commit comments

Comments
 (0)