]> git.notmuchmail.org Git - notmuch/commit
cli: start remote helper for git.
authorDavid Bremner <david@tethera.net>
Sat, 17 Aug 2024 15:40:40 +0000 (12:40 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 11 Aug 2025 12:52:10 +0000 (09:52 -0300)
commitb8c2e8743ef21ea8e3c44f91a54132b16e92f1ba
treeffa5015a335bac8c44617bafea351b48675aa2e2
parent337ac48b227ef310e4d3fe8c403113ef8868777c
cli: start remote helper for git.

This is closely based on git-remote-nm (in ruby) by Felipe Contreras.
Initially just implement the commands 'capabilites' and 'list'.  This
isn't enough to do anything useful so start some unit tests. Testing
of URL passing will be done after clone (import command) support is
added.
.gitignore
Makefile.local
git-remote-notmuch.c [new file with mode: 0644]
test/T860-git-remote.sh [new file with mode: 0755]
test/make-export.py [new file with mode: 0644]