From 30ffa60377acb443033045a42ffecefdb0921ebb Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 21 Dec 2007 22:49:54 +0100 Subject: git-describe: Add a --match option to limit considered tags. Signed-off-by: Pierre Habouzit Signed-off-by: Junio C Hamano --- Documentation/git-describe.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation/git-describe.txt') diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index ac23e28f27..9c7a032342 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -51,6 +51,10 @@ OPTIONS being employed to standard error. The tag name will still be printed to standard out. +--match :: + Only consider tags matching the given pattern (can be used to avoid + leaking private tags made from the repository). + EXAMPLES -------- -- cgit v1.2.3