Message ID | 9e775a65eb3ff49ded231aeeeddd59ccdce3c8a8.1729017728.git.code@khaugsbakk.name (mailing list archive) |
---|---|
State | Accepted |
Commit | 18b0b6c690e80dedbc482025f72f62d381f6fd51 |
Headers | show |
Series | doc: update-ref: amend old material and discuss symrefs | expand |
diff --git a/Documentation/git-symbolic-ref.txt b/Documentation/git-symbolic-ref.txt index 761b154bcbb..33ca381fde0 100644 --- a/Documentation/git-symbolic-ref.txt +++ b/Documentation/git-symbolic-ref.txt @@ -73,6 +73,10 @@ default. symbolic ref were printed correctly, with status 1 if the requested name is not a symbolic ref, or 128 if another error occurs. +SEE ALSO +-------- +linkgit:git-update-ref[1] + GIT --- Part of the linkgit:git[1] suite diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index 623c4d860eb..fada3f670eb 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -190,6 +190,10 @@ otherwise it will just try to read them and update them as a regular file (i.e. it will allow the filesystem to follow them, but will overwrite such a symlink to somewhere else with a regular filename). +SEE ALSO +-------- +linkgit:git-symbolic-ref[1] + GIT --- Part of the linkgit:git[1] suite