aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-15 09:52:53 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-15 09:52:53 -0700
commit60521f604339b3be32d50511849eafcba22d98b5 (patch)
tree8f7edf4eaa351318d1474d4eb512f8b4d87361be
parentf9d4eaf86c90a1b7d8969a68e15c4ecf95de3488 (diff)
parent0b8bd1959eafaf42d51599db264dec4090e7ee8a (diff)
downloadgit-60521f604339b3be32d50511849eafcba22d98b5.tar.xz
Merge branch 'ow/refspec-glossary-update'
Doc update. * ow/refspec-glossary-update: Documentation: Mention that refspecs are explained elsewhere
-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