9ada5c4a94
Merge pull request 'update to mirage 4.8' (#4) from mirage-48 into main
58656926e3
update to mirage 4.8
Implement tags
processing the tag names, I'd take the approach that we restrict tags to whatever is fine for HTML (though it feels a bit sad to not have a 🎉 tag ;)
about where the logic resides: I've no…
Implement tags
should this be merged? I'm not sure what the status is, maybe @dinosaure has time for a review?
update to mirage 4.8
Maybe not the best thing right now (let's fix that), but we have:
NETWORK OPTIONS
...
--ssh-authenticator=SSH-AUTHENTICATOR
SSH authenticator.
--ssh-key=KEY
…
update to mirage 4.8
In general, you don't and shouldn't ;) the command line arguments are private to the ssh/git device -- why would you need them elsewhere?
As a hack, you can inspect the value of `Mirage_runtime.…