Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
describe: Document --match pattern format
author
Greg Price
<price@MIT.EDU>
Mon, 25 Feb 2013 05:29:01 +0000
(
00:29
-0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Feb 2013 06:24:48 +0000
(22:24 -0800)
It's not clear in git-describe(1) what kind of "pattern" should be
passed to --match. Fix that.
Signed-off-by: Greg Price <price@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-describe.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
dff9f88
)
diff --git
a/Documentation/git-describe.txt
b/Documentation/git-describe.txt
index 72d6bb612ba8890a7f2a8c3ff13820a53918c74a..711040d2f1b8537623f633c3d0207ef4e27e1877 100644
(file)
--- 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.