Skip to content

Commit

Permalink
Merge branch 'gp/describe-match-uses-glob-pattern'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Mar 19, 2013
2 parents 9adf272 + 5229149 commit 3ae5d50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-describe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ae5d50

Please sign in to comment.