describe: Document --match pattern format
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>maint
parent
dff9f8835f
commit
52291497d1
|
@ -81,8 +81,9 @@ OPTIONS
|
||||||
that points at object deadbee....).
|
that points at object deadbee....).
|
||||||
|
|
||||||
--match <pattern>::
|
--match <pattern>::
|
||||||
Only consider tags matching the given pattern (can be used to avoid
|
Only consider tags matching the given `glob(7)` pattern,
|
||||||
leaking private tags made from the repository).
|
excluding the "refs/tags/" prefix. This can be used to avoid
|
||||||
|
leaking private tags from the repository.
|
||||||
|
|
||||||
--always::
|
--always::
|
||||||
Show uniquely abbreviated commit object as fallback.
|
Show uniquely abbreviated commit object as fallback.
|
||||||
|
|
Loading…
Reference in New Issue