diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-12 01:35:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-12 01:35:41 +0100 |
commit | 3960a951795819e6cd09422e15092b45cdd46f73 (patch) | |
tree | a2307d6b5f52ff366578d0c1ee010ac350b2b0a9 /Documentation/git-describe.txt | |
parent | git-blame.el: show the when, who and what in the minibuffer. (diff) | |
parent | git-name-rev: add a --(no-)undefined option. (diff) | |
download | git-3960a951795819e6cd09422e15092b45cdd46f73.tar.xz git-3960a951795819e6cd09422e15092b45cdd46f73.zip |
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/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 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 -------- |