upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/main.rs
AgeCommit message (Expand)Author
2026-02-17fix: handle git c-style quoting of push-option values with backslashesDanConwayDev
2026-02-17feat: support multiline descriptions in push-options via \n escapeDanConwayDev
2026-02-17fix: require both title and description push-options or neitherDanConwayDev
2026-02-17feat: add push-options for title and description to git-remote-nostrDanConwayDev
2026-02-16fix: fetch report ouputDanConwayDev
2026-02-16test: verbose always on for remote testsDanConwayDev
2026-02-13fix: preserve progress bars on relay errors during cloneDanConwayDev
2026-02-13feat: add spinner for git fetch in non-verbose modeDanConwayDev
2026-02-13fix: clear progress reporters on successful completionDanConwayDev
2025-11-13feat(remote): don't hide fetch report if successfulDanConwayDev
2025-07-25refactor: move `utils` and `list` helpers to libDanConwayDev
2025-07-15feat: add git timeoutDanConwayDev
2025-05-21feat: add support for default relay overridesDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
2024-12-20refactor: use nostr url from repo_refDanConwayDev
2024-12-16chore: bump nix flake rust nightly `fmt` overlayDanConwayDev
2024-12-12feat(NostrUrlDecode): add nip05 address supportDanConwayDev
2024-12-10feat(NostrUrlDecoded) add nip05 supportDanConwayDev
2024-12-09fix: fetch user relays for `send`,`push` & `init`DanConwayDev
2024-12-03refactor: limit fetch to 1 trusted coordinateDanConwayDev
2024-11-29fix: spelling of 'beginning'DanConwayDev
2024-11-27build: add description to helpDanConwayDev
2024-11-27build: update readmeDanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-11-04feat(remote): show help when called directlyDanConwayDev
2024-09-25feat(remote): auth if logged inDanConwayDev
2024-09-06fix(remote): `list` apply protocols selectionDanConwayDev
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