From: Øystein Walle Date: Mon, 6 May 2024 18:23:17 +0000 (+0200) Subject: Documentation: Mention that refspecs are explained elsewhere X-Git-Tag: v2.46.0-rc0~127^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b8bd1959eafaf42d51599db264dec4090e7ee8a;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index d71b199955..1272809e13 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -576,7 +576,8 @@ The most notable example is `HEAD`. [[def_refspec]]refspec:: A "refspec" is used by <> and <> to describe the mapping between remote - <> and local ref. + <> and local ref. See linkgit:git-fetch[1] or + linkgit:git-push[1] for details. [[def_remote]]remote repository:: A <> which is used to track the same