summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9106c09)
raw | patch | inline | side by side (parent: 9106c09)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 27 Oct 2005 09:57:44 +0000 (11:57 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 28 Oct 2005 09:15:14 +0000 (02:15 -0700) |
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>
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 054f091acba55f0625e0b90de95628909189946c..6c80e27274fc68446f2e502ae1eb076bab57410d 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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
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.