Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-07-15 21:41:26 +0300
committerJunio C Hamano <gitster@pobox.com>2015-07-15 21:41:26 +0300
commitb7abfacf5e41e9ea4d73869d163d2a5a0fc4f475 (patch)
treec46e47d105809cca5135c1d0664b86d9a4bf7086
parent51d5980ea019a28b38d2f9612314daf3ea536e82 (diff)
parent25f600e142125368288779603f069fc6a675118e (diff)
Merge branch 'mm/describe-doc' into maint
Docfix. * mm/describe-doc: Documentation/describe: improve one-line summary
-rw-r--r--Documentation/git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index d20ca402a1..e045fc73f8 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -3,7 +3,7 @@ git-describe(1)
NAME
----
-git-describe - Show the most recent tag that is reachable from a commit
+git-describe - Describe a commit using the most recent tag reachable from it
SYNOPSIS