]> git.notmuchmail.org Git - notmuch/commit - doc/man1/notmuch-config.rst
CLI/git: add safety checks for checkout and commit
authorDavid Bremner <david@tethera.net>
Sat, 14 May 2022 18:25:47 +0000 (15:25 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 17 Jun 2022 11:40:19 +0000 (08:40 -0300)
commit7d1e5a5348eb348a4e457650ca3b929e85efde70
treee2335d92be028b925df0adcf681a982921cc0984
parent99e85823c8de570c0f91bca44efa2c47cddb3cbf
CLI/git: add safety checks for checkout and commit

Commits or checkouts that modify a large fraction of the messages in
the database should be relatively rare (and in some automated process,
probably non-existent). For initial setup, where such operations are
expected, the user can pass --force.
doc/man1/notmuch-config.rst
doc/man1/notmuch-git.rst
notmuch-git.py
test/T850-git.sh