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
This commit is contained in:
Junio C Hamano 2013-03-19 12:16:31 -07:00
Родитель 9adf272a38 52291497d1
Коммит 3ae5d5016e
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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.