diff options
author | Pierre Habouzit <madcoder@debian.org> | 2007-12-21 22:49:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-22 21:13:50 -0800 |
commit | 30ffa60377acb443033045a42ffecefdb0921ebb (patch) | |
tree | 649164c5622edecf1cbe4c6a0f92110450a0ef0b /Documentation/git-describe.txt | |
parent | cc216827936e40bc2e8886623fd44f55e0674932 (diff) | |
download | git-30ffa60377acb443033045a42ffecefdb0921ebb.tar.gz |
git-describe: Add a --match option to limit considered tags.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-describe.txt')
-rw-r--r-- | Documentation/git-describe.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 <pattern>:: + Only consider tags matching the given pattern (can be used to avoid + leaking private tags made from the repository). + EXAMPLES -------- |