Re: [PATCH v2 2/4] cli: start remote helper for git.

2024-10-03 Thread David Bremner
David Bremner writes: > David Bremner writes: > >> +EXPECTED=$NOTMUCH_SRCDIR/test/git-remote.expected-output >> +MAKE_EXPORT_PY=$NOTMUCH_SRCDIR/test/make-export.py > > I see I lost the script make-export.py going from v1 to v2. I will > re-roll the series to include it, but I want try a refactor

Re: [PATCH v2 2/4] cli: start remote helper for git.

2024-10-03 Thread David Bremner
David Bremner writes: > +EXPECTED=$NOTMUCH_SRCDIR/test/git-remote.expected-output > +MAKE_EXPORT_PY=$NOTMUCH_SRCDIR/test/make-export.py I see I lost the script make-export.py going from v1 to v2. I will re-roll the series to include it, but I want try a refactor that puts the URL parsing into th

[PATCH v2 2/4] cli: start remote helper for git.

2024-09-08 Thread David Bremner
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. --- Makefile.l