From c5eb598d5c0ed0562edb32a4ec13afc4ad77047a Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 5 Jan 2017 13:05:56 +0000 Subject: [PATCH] make desc more explicit --- pages/common/git-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index b683543fff..2bf53b7267 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -23,6 +23,6 @@ `git fetch --tags` -- List tags that contain a given commit: +- List all tags whose ancestors include a given commit: `git tag --contains {{commit}}`