summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2005-10-27 09:57:44 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-28 09:15:14 (GMT)
commita60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6 (patch)
tree2693bcbc097be566354ad85de0df3d400f472058 /Documentation/git.txt
parent9106c097ad87577019544f45fda11c4d73986597 (diff)
downloadgit-a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6.zip
git-a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6.tar.gz
git-a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6.tar.bz2
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 <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 054f091..6c80e27 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.