upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr
AgeCommit message (Expand)Author
2024-09-13fix(remote): clear `fetching ref list`DanConwayDev
2024-09-13fix(remote): fetch status reduce line writesDanConwayDev
2024-09-13fix(remote): add rebustness to fetch reportingDanConwayDev
2024-09-13refactor: abstract find pr from branch nameDanConwayDev
2024-09-12fix(remote): `push` status updatesDanConwayDev
2024-09-12fix(remote): generalise auth failure detectionDanConwayDev
2024-09-12fix(remote): `push` detect ssh auth failureDanConwayDev
2024-09-12fix(remote): improve `push` status updatesDanConwayDev
2024-09-12fix(remote): improve fetch & list status updatesDanConwayDev
2024-09-12feat(remote): add fetch status updatesDanConwayDev
2024-09-12fix(remote): stop fetching after successDanConwayDev
2024-09-12fix(remote): identify auth failureDanConwayDev
2024-09-12fix(remote): update copyDanConwayDev
2024-09-09feat(remote): push protocol selection / fallbackDanConwayDev
2024-09-06fix(remote): `fetch` and `list` status copyDanConwayDev
2024-09-06feat(remote): just use ssh if auth succeedsDanConwayDev
2024-09-06fix(remote): `list` apply protocols selectionDanConwayDev
2024-09-06fix(remote): improve protocol selction / fallbackDanConwayDev
2024-09-06feat(remote): fetch protocol selection / fallbackDanConwayDev
2024-09-04refactor(remote): split into modulesDanConwayDev
2024-09-04refactor: use FromStr trait for NostrUrlDecodedDanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev