diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-11 16:35:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-11 16:35:41 -0800 |
commit | 3960a951795819e6cd09422e15092b45cdd46f73 (patch) | |
tree | a2307d6b5f52ff366578d0c1ee010ac350b2b0a9 /Documentation | |
parent | 24a2293ad35d567530048f0d2b0d11e0012af26d (diff) | |
parent | a2cf9f445e9074df1a45f5179cef0d4bb8647dd8 (diff) | |
download | git-3960a951795819e6cd09422e15092b45cdd46f73.tar.gz |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index 0742152b81..1c3dfb40c6 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 -------- |