]> git.notmuchmail.org Git - notmuch/commit
cli/git-remote: add check for missing messages
authorDavid Bremner <david@tethera.net>
Sat, 12 Jul 2025 23:11:40 +0000 (20:11 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 11 Aug 2025 12:52:10 +0000 (09:52 -0300)
commitcca2c869e4a26b4bb8b0b43c6034c4ec6f0b69d2
treea6dd575fd995127a4583999f0e2e48ee6da0fb66
parent448c8ca81a3ca9f5c7d2cc20671bb81d7a551f67
cli/git-remote: add check for missing messages

In cases where a given 'export' both adds and deletes messages, we may
not know what messages are actually missing until the end of
processing. We thus do single pass of all remaining message-ids, and
report any that are still missing at the end of the "export"
operation.
git-remote-notmuch.c
test/T860-git-remote.sh