| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-06 | feat(remote): just use ssh if auth succeeds | DanConwayDev | |
| and don't proceed to https or http | |||
| 2024-09-06 | fix(remote): improve protocol selction / fallback | DanConwayDev | |
| abstract the protocols and order to try under different scenarios add some additional scenarios eg hardcoded http tweak error reporting | |||
| 2024-09-06 | feat(remote): fetch protocol selection / fallback | DanConwayDev | |
| enable override from nostr url clone url is local use local otherwise try https unathenticated, ssh, then https authenticated | |||
| 2024-09-04 | refactor(remote): split into modules | DanConwayDev | |
| to make it easier to read | |||