upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/init.rs
AgeCommit message (Expand)Author
2024-12-12feat(NostrUrlDecode): add nip05 address supportDanConwayDev
2024-12-10fix(nostr_url): use nip05 in nostr url if cachedDanConwayDev
2024-12-10feat(NostrUrlDecoded) add nip05 supportDanConwayDev
2024-12-09fix: fetch user relays for `send`,`push` & `init`DanConwayDev
2024-12-04fix: `ngit` load correct repo addressDanConwayDev
2024-12-03refactor: limit fetch to 1 trusted coordinateDanConwayDev
2024-12-02feat(init): improve guidance copyDanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-28fix(init): dont default git_server to nostr urlDanConwayDev
2024-11-28feat(init): don't create maintainers.yamlDanConwayDev
2024-11-28feat(init): user read or fallback relaysDanConwayDev
2024-11-28feat(init): reorder web inputDanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-27fix:(init): show guidance when cli arg not usedDanConwayDev
2024-11-27fix(init): dont repeatedly fetch signer pubkeyDanConwayDev
2024-11-27fix(init): improve git server explainationDanConwayDev
2024-11-27feat(init): make description optionalDanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-11-11chore: bump rust-nostr v0.36DanConwayDev
2024-10-31feat(init): support nostr state opt-outDanConwayDev
2024-10-31feat(init): simplify maintainer selectionDanConwayDev
2024-10-31feat(init): clarify name, id, desc labelsDanConwayDev
2024-10-31fix(init): dont err when nostr remote and no annDanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev