summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-03-19 12:16:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-03-19 12:16:31 -0700
commit3ae5d5016e71a206be1f79fe873a2016ed56d7d1 (patch)
tree5f04e5c18cb3590fa470d71a665e48dd3e01d617 /Documentation
parentMerge branch 'gp/avoid-explicit-mention-of-dot-git-refs' (diff)
parentdescribe: Document --match pattern format (diff)
downloadtgif-3ae5d5016e71a206be1f79fe873a2016ed56d7d1.tar.xz
Merge branch 'gp/describe-match-uses-glob-pattern'
The syntax of the pattern given to the "--match=<pattern>" argument to "git describe" was not documented to be a glob. * gp/describe-match-uses-glob-pattern: describe: Document --match pattern format
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-describe.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index 32da244fd5..3c81e85ec5 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -81,8 +81,9 @@ OPTIONS
that points at object deadbee....).
--match <pattern>::
- Only consider tags matching the given pattern (can be used to avoid
- leaking private tags made from the repository).
+ Only consider tags matching the given `glob(7)` pattern,
+ excluding the "refs/tags/" prefix. This can be used to avoid
+ leaking private tags from the repository.
--always::
Show uniquely abbreviated commit object as fallback.