summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-02-12 00:35:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-12 00:35:41 (GMT)
commit3960a951795819e6cd09422e15092b45cdd46f73 (patch)
treea2307d6b5f52ff366578d0c1ee010ac350b2b0a9 /Documentation
parent24a2293ad35d567530048f0d2b0d11e0012af26d (diff)
parenta2cf9f445e9074df1a45f5179cef0d4bb8647dd8 (diff)
downloadgit-3960a951795819e6cd09422e15092b45cdd46f73.zip
git-3960a951795819e6cd09422e15092b45cdd46f73.tar.gz
git-3960a951795819e6cd09422e15092b45cdd46f73.tar.bz2
Merge branch 'ph/describe-match'
* ph/describe-match: git-name-rev: add a --(no-)undefined option. git-describe: Add a --match option to limit considered tags.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-describe.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index 0742152..1c3dfb4 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
--------