upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/sub_commands/send.rs
AgeCommit message (Expand)Author
2024-07-26feat(remote): add nostr git remote helperDanConwayDev
2024-07-24refactor: use nip34 kinds from rust-nostrDanConwayDev
2024-07-24feat(push): `--force` tries non-interactivelyDanConwayDev
2024-07-23feat(list): unique proposal branch namesDanConwayDev
2024-07-22chore: bump rust-nostr to v0.33.0DanConwayDev
2024-07-19feat: save created events to cacheDanConwayDev
2024-07-19feat: integrate `fetch` into `push`DanConwayDev
2024-07-19feat(send): add relay hints to linkDanConwayDev
2024-07-19feat: intergrate `fetch` into `send`DanConwayDev
2024-07-02feat(send): tag each maintainer's repo eventDanConwayDev
2024-06-28feat(login): login with nip46 remote signerDanConwayDev
2024-06-25refactor: replace keys with signerDanConwayDev
2024-06-24feat(login): store in git config and use cacheDanConwayDev
2024-06-13chore: bump rust-nostr to v0.32.0DanConwayDev
2024-05-23feat: add NIP-31 alt tagsDanConwayDev
2024-05-07feat(send): `in-reply-to` tags npubs and eventsDanConwayDev
2024-04-22feat(send): print link to proposal rootDanConwayDev
2024-03-27refactor: more concise error messageDanConwayDev
2024-03-25update tag generationDanConwayDev
2024-03-22use Sha1Hashin new locationDanConwayDev
2024-03-22chore: nix flake updateDanConwayDev
2024-03-08feat(send): compare against origin/main vs mainDanConwayDev
2024-03-08feat(send): select commits from a listDanConwayDev
2024-03-04fix: restore better error messageDanConwayDev
2024-03-04fix: grammar in cli output patch ~> patchesDanConwayDev
2024-03-04fix(send): feature branch default to ahead of mainDanConwayDev
2024-03-01feat(send): fix grammar in cli outputDanConwayDev
2024-03-01feat(send): when on main default to sending 1 patchDanConwayDev
2024-02-29feat(send): add proposal revision cli msgDanConwayDev
2024-02-28fix: branch-name specified as main or masterDanConwayDev
2024-02-23feat(init): add customisation and defaultsDanConwayDev
2024-02-23fix(push): remove force push bugDanConwayDev
2024-02-23refactor: remove confusing options, improve helpDanConwayDev
2024-02-23refactor: remove confusing options, improve helpDanConwayDev
2024-02-23feat(push): add `--force` to issue revisionDanConwayDev
2024-02-22fix(list): support `--in-reply-to` latest revisionDanConwayDev
2024-02-21feat(send): in-reply-to arg for revised proposalDanConwayDev
2024-02-21feat(send): specify commits eg HEAD~2DanConwayDev
2024-02-20feat(list): download or apply with git amDanConwayDev
2024-02-20refactor: simplify commit msg extractionDanConwayDev
2024-02-20fix: cover letter description from patchDanConwayDev
2024-02-19fix: ingore patch diff in descrition fallbackDanConwayDev
2024-02-16refactor: added code commentsDanConwayDev
2024-02-16refactor: rename PR to proposalDanConwayDev
2024-02-14feat: send to default relays, blast repo eventDanConwayDev
2024-02-14feat!: move `prs create`>`send`, `prs list`>`list`DanConwayDev