]> git.cworth.org Git - notmuch/commit
cli/git-remote: add export command
authorDavid Bremner <david@tethera.net>
Sat, 24 Aug 2024 15:43:03 +0000 (08:43 -0700)
committerDavid Bremner <david@tethera.net>
Mon, 11 Aug 2025 12:52:10 +0000 (09:52 -0300)
commit271dede0c9a8083aa56af153d55388af8521f6c8
tree01d6b153ba3643bd9187cc79191103fa17d6935d
parentf6526e6571847d1f27e0e4fead59a3b18c5fe455
cli/git-remote: add export command

Two (sub)features are stubbed out in this initial implementation:
deleting messages (as opposed to tags), and missing messages. There
are two corresponding tests marked as broken in T860-git-remote.sh.
A third test passes with the stub, which is maybe not ideal, but at
least it acts as a regression test.
git-remote-notmuch.c
performance-test/M07-git-remote.sh
performance-test/T08-git-remote.sh
test/T860-git-remote.sh