From: Johannes Schindelin Date: Thu, 27 Oct 2005 09:57:44 +0000 (+0200) Subject: Link git-name-rev and git-symbolic-ref from the main git page X-Git-Tag: v0.99.9~28 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6;p=git.git Link git-name-rev and git-symbolic-ref from the main git page According to my checks, these were the only commands not yet linked. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 054f091a..6c80e272 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -133,6 +133,9 @@ gitlink:git-ls-tree[1]:: gitlink:git-merge-base[1]:: Finds as good a common ancestor as possible for a merge +gitlink:git-name-rev[1]:: + Find symbolic names for given revs + gitlink:git-rev-list[1]:: Lists commit objects in reverse chronological order @@ -360,6 +363,9 @@ gitlink:git-sh-setup[1]:: Common git shell script setup code. Previously this command was known as git-sh-setup-script. +gitlink:git-symbolic-ref[1]:: + Read and modify symbolic refs + gitlink:git-tag[1]:: An example script to create a tag object signed with GPG Previously this command was known as git-tag-script.