summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-28 00:10:56 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-28 01:57:28 (GMT)
commitc06818e20a88f58294de0a948a437c7c32c382fe (patch)
treefa7caccdbc79336125ee9ab8e1d502c5acf5d271 /Documentation/git.txt
parent64deb858b0c71f485d186e91cd00cf8b6ec64087 (diff)
downloadgit-c06818e20a88f58294de0a948a437c7c32c382fe.zip
git-c06818e20a88f58294de0a948a437c7c32c382fe.tar.gz
git-c06818e20a88f58294de0a948a437c7c32c382fe.tar.bz2
git-describe: documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 5f068c2..90c5bfa 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -139,6 +139,9 @@ Interrogation commands
gitlink:git-cat-file[1]::
Provide content or type/size information for repository objects.
+gitlink:git-describe[1]::
+ Show the most recent tag that is reachable from a commit.
+
gitlink:git-diff-index[1]::
Compares content and mode of blobs between the index and repository.