You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides a mechanism for the server to expose custom
functionality to clients. My particular use case is that I would like
a way of discovering all repositories available for cloning. A
client that clones via
git clone [email protected]
can invoke a command by
ssh [email protected] $command
Signed-off-by: Greg Brockman <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments