]> git.cworth.org Git - notmuch/commit
CLI/git: replace enumeration of tags with sexp query.
authorDavid Bremner <david@tethera.net>
Sun, 10 Apr 2022 17:22:57 +0000 (14:22 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 17 Jun 2022 11:40:19 +0000 (08:40 -0300)
commitf67d7c9e7a2d110e54609e572c35804f0172ba11
treea39fce971cdedf3e745c98dadfbee8e37b4728c1
parentb355973abcbe16875e717b8df28a3c1b8d424fb7
CLI/git: replace enumeration of tags with sexp query.

Unlike the (current) infix query parser provided by Xapian, the
notmuch specific sexp query parser supports prefixed wildcard queries,
so use those. In addition to being somewhat faster, this avoids
needing to escape all of the user's tags to pass via the shell.
notmuch-git.py
test/T850-git.sh