Git_store.EndpointSourcetype t = {scheme : [ `SSH of string
| `Git
| `HTTP of (string * string) list
| `HTTPS of (string * string) list
| `Scheme of string ];port : int option;path : string;hostname : string;}