]> git.notmuchmail.org Git - notmuch/commit
cli: start remote helper for git.
authorDavid Bremner <david@tethera.net>
Sat, 24 Jan 2026 22:56:36 +0000 (07:56 +0900)
committerDavid Bremner <david@tethera.net>
Sun, 15 Feb 2026 22:24:18 +0000 (07:24 +0900)
commitfcc41c82c4596aef1598eb9ea52c4b0cb4bb3c53
tree8d0f74134d34a4c0e89aa1f0fa648147405375f0
parentc8fcc953b5481e96d698c148325563890848c5ff
cli: start remote helper for git.

This is closely based on git-remote-nm (in ruby) by Felipe Contreras.
Initially just implement the commands 'capabilities' and 'list'.  This
isn't enough to do anything useful but we can run some simple 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]