summaryrefslogtreecommitdiffstats
path: root/git-describe.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-12 03:18:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-12 03:18:52 +0000
commit9c33415fc305e37bd5a1f399bae1c3b9e2559571 (patch)
treed062fd43e7c3a543176e5d390ac730c6b2a99b5c /git-describe.txt
parent49dccafcce2c8a846416d30bc7cac6a72d67c102 (diff)
downloadgit-htmldocs-9c33415fc305e37bd5a1f399bae1c3b9e2559571.tar.gz
Autogenerated HTML docs for v1.5.4.1-97-g40aab
Diffstat (limited to 'git-describe.txt')
-rw-r--r--git-describe.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-describe.txt b/git-describe.txt
index 0742152b8..1c3dfb40c 100644
--- a/git-describe.txt
+++ b/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
--------