]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: Mention that refspecs are explained elsewhere
authorØystein Walle <oystwa@gmail.com>
Mon, 6 May 2024 18:23:17 +0000 (20:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2024 19:12:16 +0000 (12:12 -0700)
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 <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/glossary-content.txt

index d71b199955e15578c1392448cc5db0ce01240766..1272809e13da91fa95403bb3f29bd812b351a762 100644 (file)
@@ -576,7 +576,8 @@ The most notable example is `HEAD`.
 [[def_refspec]]refspec::
        A "refspec" is used by <<def_fetch,fetch>> and
        <<def_push,push>> to describe the mapping between remote
-       <<def_ref,ref>> and local ref.
+       <<def_ref,ref>> and local ref. See linkgit:git-fetch[1] or
+       linkgit:git-push[1] for details.
 
 [[def_remote]]remote repository::
        A <<def_repository,repository>> which is used to track the same