aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorØystein Walle <oystwa@gmail.com>2024-05-06 20:23:17 +0200
committerJunio C Hamano <gitster@pobox.com>2024-05-06 12:12:16 -0700
commit0b8bd1959eafaf42d51599db264dec4090e7ee8a (patch)
treec4065d969d18c4142e1e8c6fab8a0309aad8e4fc
parentd4cc1ec35f3bcce816b69986ca41943f6ce21377 (diff)
downloadgit-0b8bd1959eafaf42d51599db264dec4090e7ee8a.tar.gz
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 <oystwa@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/glossary-content.txt3
1 files changed, 2 insertions, 1 deletions
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 <<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