]> git.cworth.org Git - notmuch/commit
cli/git-remote: handle message deletions
authorDavid Bremner <david@tethera.net>
Sat, 12 Jul 2025 23:06:01 +0000 (20:06 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 11 Aug 2025 12:52:10 +0000 (09:52 -0300)
commit448c8ca81a3ca9f5c7d2cc20671bb81d7a551f67
tree062936f91296e1d233adf5daf594536bbdb07d6e
parent271dede0c9a8083aa56af153d55388af8521f6c8
cli/git-remote: handle message deletions

There are two main possibilities. One is explicit delete ('D' command
in the stream from git fast-export) and one is files disappearing
between commits. It is less clear the latter can happen in well formed
sequence of commits, but it could result e.g. from manual changes to
the repo.
git-remote-notmuch.c
test/T860-git-remote.sh