]> git.cworth.org Git - notmuch/commit
CLI/git: support configuration for repo location / prefix
authorDavid Bremner <david@tethera.net>
Tue, 10 May 2022 10:32:48 +0000 (07:32 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 17 Jun 2022 11:40:19 +0000 (08:40 -0300)
commit99e85823c8de570c0f91bca44efa2c47cddb3cbf
tree148af614177d70a190555ecbcb7c76298398185d
parent8ed68c1bbe8c1b7bb69d7bea1e0c8919bfcb0d0a
CLI/git: support configuration for repo location / prefix

This is probably more convenient than always passing a command line
argument.

Use notmuch-config for consistency with other notmuch CLI tools.

Now that there is something relevant in the config files, test the
--config option.
doc/man1/notmuch-config.rst
doc/man1/notmuch-git.rst
notmuch-git.py
test/T850-git.sh