mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
feat: add option to filter commits in a case insensitive way
This commit is contained in:
parent
a94e3f9a80
commit
72fb3eac14
9 changed files with 88 additions and 26 deletions
|
|
@ -163,6 +163,7 @@ OPTIONS:
|
|||
--silent disable stdout output
|
||||
--no-color disable color output [$NO_COLOR]
|
||||
--no-emoji disable emoji output [$NO_EMOJI]
|
||||
--no-case disable case sensitive filters
|
||||
--tag-filter-pattern value, -p value regular expression of tag filter. Is specified, only matched tags will be picked
|
||||
--help, -h show help
|
||||
--version, -v print the version
|
||||
|
|
@ -548,4 +549,4 @@ See [CHANGELOG.md](./CHANGELOG.md)
|
|||
[doc-commit]: https://godoc.org/github.com/git-chglog/git-chglog#Commit
|
||||
[doc-commit-group]: https://godoc.org/github.com/git-chglog/git-chglog#Commit
|
||||
[doc-ref]: https://godoc.org/github.com/git-chglog/git-chglog#Ref
|
||||
[doc-render-data]: https://godoc.org/github.com/git-chglog/git-chglog#RenderData
|
||||
[doc-render-data]: https://godoc.org/github.com/git-chglog/git-chglog#RenderData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue