diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-02-14 16:03:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-02-21 14:15:50 +0100 |
commit | cb61245078a0e8f14e359ed20e0582a695645a08 (patch) | |
tree | aa0e8f4ea3d8a5eb2f7ac3746875b0854c1714bb /doc/man/git-bug-ls.1 | |
parent | 956f98b676ab44d19ed522061c9520a32aab1a3c (diff) | |
download | git-bug-cb61245078a0e8f14e359ed20e0582a695645a08.tar.gz |
Add ability to search by arbitrary metadata
Example:
~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42
or
~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\"
Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>.
Diffstat (limited to 'doc/man/git-bug-ls.1')
-rw-r--r-- | doc/man/git-bug-ls.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index a0e60db7..0ab51709 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -29,6 +29,10 @@ You can pass an additional query to filter and order the list. This query can be Filter by author .PP +\fB\-m\fP, \fB\-\-metadata\fP=[] + Filter by metadata. Example: github\-url=URL + +.PP \fB\-p\fP, \fB\-\-participant\fP=[] Filter by participant |