diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-27 16:10:56 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-27 17:57:28 -0800 |
commit | c06818e20a88f58294de0a948a437c7c32c382fe (patch) | |
tree | fa7caccdbc79336125ee9ab8e1d502c5acf5d271 /Documentation/git.txt | |
parent | 64deb858b0c71f485d186e91cd00cf8b6ec64087 (diff) | |
download | git-c06818e20a88f58294de0a948a437c7c32c382fe.tar.gz |
git-describe: documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 5f068c2a1a..90c5bfaf64 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. |