Skip to content

Commit 0b8bd19

Browse files
Ossegitster
authored andcommitted
Documentation: Mention that refspecs are explained elsewhere
The syntax for refspecs are explained in more detail in documention for git-fetch and git-push. Give a hint to the user too look there more fore information Signed-off-by: Øystein Walle <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d4cc1ec commit 0b8bd19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/glossary-content.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,8 @@ The most notable example is `HEAD`.
576576
[[def_refspec]]refspec::
577577
A "refspec" is used by <<def_fetch,fetch>> and
578578
<<def_push,push>> to describe the mapping between remote
579-
<<def_ref,ref>> and local ref.
579+
<<def_ref,ref>> and local ref. See linkgit:git-fetch[1] or
580+
linkgit:git-push[1] for details.
580581

581582
[[def_remote]]remote repository::
582583
A <<def_repository,repository>> which is used to track the same

0 commit comments

Comments
 (0)