git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Rephrased git-describe description
@ 2008-05-14 14:22 Ian Hilt
  2008-05-14 16:57 ` Kevin Ballard
  0 siblings, 1 reply; 9+ messages in thread
From: Ian Hilt @ 2008-05-14 14:22 UTC (permalink / raw)
  To: git; +Cc: Ian Hilt

Made description more readable.

Signed-off-by: Ian Hilt <ian.hilt@gmail.com>
---
 Documentation/git-describe.txt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index d9aa2f2..f3f07e4 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -13,9 +13,10 @@ SYNOPSIS
 DESCRIPTION
 -----------
 The command finds the most recent tag that is reachable from a
-commit, and if the commit itself is pointed at by the tag, shows
-the tag.  Otherwise, it suffixes the tag name with the number of
-additional commits and the abbreviated object name of the commit.
+commit.  If the tag points to the commit, then only the tag is
+shown.  Otherwise, the number of additional commits on top of the
+tagged object and the abbreviated object name of the most recent
+commit are suffixed to the tag name.
 
 
 OPTIONS
-- 
1.5.3.7

^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH] Rephrased git-describe description
@ 2008-05-14 18:30 Ian Hilt
  2008-05-14 18:46 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Ian Hilt @ 2008-05-14 18:30 UTC (permalink / raw)
  To: git; +Cc: Ian Hilt

git-describe: Make description more readable.

Signed-off-by: Ian Hilt <ian.hilt@gmail.com>
---
 Documentation/git-describe.txt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index d9aa2f2..69e1ab7 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -13,9 +13,10 @@ SYNOPSIS
 DESCRIPTION
 -----------
 The command finds the most recent tag that is reachable from a
-commit, and if the commit itself is pointed at by the tag, shows
-the tag.  Otherwise, it suffixes the tag name with the number of
-additional commits and the abbreviated object name of the commit.
+commit.  If the tag points to the commit, then only the tag is
+shown.  Otherwise, it suffixes the tag name with the number of
+additional commits on top of the tagged object and the
+abbreviated object name of the most recent commit.
 
 
 OPTIONS
-- 
1.5.3.7

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-17  0:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 14:22 [PATCH] Rephrased git-describe description Ian Hilt
2008-05-14 16:57 ` Kevin Ballard
2008-05-14 18:00   ` Ian Hilt
2008-05-14 18:03     ` Kevin Ballard
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14 18:30 Ian Hilt
2008-05-14 18:46 ` Junio C Hamano
2008-05-14 20:01   ` Dirk Süsserott
2008-05-14 23:02   ` Ian Hilt
2008-05-17  0:03     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).