Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-19 23:16:31 +0400
committerJunio C Hamano <gitster@pobox.com>2013-03-19 23:16:31 +0400
commit3ae5d5016e71a206be1f79fe873a2016ed56d7d1 (patch)
tree5f04e5c18cb3590fa470d71a665e48dd3e01d617 /Documentation
parent9adf272a38f3ac79c9f241dc348546fb0d5694ce (diff)
parent52291497d1ea112137237e6c719e832599eab526 (diff)
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.