Skip to content

Commit 18b0b6c

Browse files
LemmingAvalanchettaylorr
authored andcommitted
Documentation: mutually link update-ref and symbolic-ref
These two commands are similar enough to acknowledge each other on their documentation pages. See the previous commit where we discussed that option-less update-ref does not support updating symbolic refs but symbolic-ref does. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Taylor Blau <[email protected]>
1 parent 74522b6 commit 18b0b6c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Documentation/git-symbolic-ref.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ default.
7373
symbolic ref were printed correctly, with status 1 if the requested
7474
name is not a symbolic ref, or 128 if another error occurs.
7575

76+
SEE ALSO
77+
--------
78+
linkgit:git-update-ref[1]
79+
7680
GIT
7781
---
7882
Part of the linkgit:git[1] suite

Documentation/git-update-ref.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ otherwise it will just try to read them and update them as a regular
190190
file (i.e. it will allow the filesystem to follow them, but will
191191
overwrite such a symlink to somewhere else with a regular filename).
192192

193+
SEE ALSO
194+
--------
195+
linkgit:git-symbolic-ref[1]
196+
193197
GIT
194198
---
195199
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)