]> git.notmuchmail.org Git - notmuch/commit
cli/git-remote: add export command
authorDavid Bremner <david@tethera.net>
Sat, 24 Jan 2026 22:56:38 +0000 (07:56 +0900)
committerDavid Bremner <david@tethera.net>
Sun, 15 Feb 2026 22:24:18 +0000 (07:24 +0900)
commitc4c0843d8fed39d4d7da6be493248f75d0c0d706
treefccc1200f62566d47a358369be153fffc570545d
parentcfc4af0e2bdf8f82ad14342baa6578d4dd366cd9
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
test/make-export.py [new file with mode: 0644]