upleb
blst
glmps
npub
pls
smpl
u
p
l
e
b
.
u
k
Public git repos — served from a NIP-34 GRASP relay at
git.upleb.uk
GRASP
index
:
npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror
main
Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-08-04
refactor: abstract pr event generation & ref push
DanConwayDev
2025-08-01
fix: use new gitworkshop.dev url format
DanConwayDev
2025-08-01
refactor(send): abstract proposal commit checks
DanConwayDev
2025-08-01
refactor: move patch size evaluation fn to lib
DanConwayDev
2025-07-31
fix: mention marker ~> q tag NIP-10 update
DanConwayDev
2025-07-31
fix: nip05 breaking changes in rust-nostr
DanConwayDev
2025-07-31
chore: bump rust-nostr v0.43
DanConwayDev
2025-07-30
fix(remote): support lightweight tags
DanConwayDev
2025-07-28
fix(remote): push all tags
DanConwayDev
2025-07-25
feat(sync): add cmd to sync git servers
DanConwayDev
2025-07-25
refactor: move push helpers to lib
DanConwayDev
2025-07-25
refactor: move `utils` and `list` helpers to lib
DanConwayDev
2025-07-25
fix(list): improve pr unsupport text
DanConwayDev
2025-07-25
fix: update help text for patches without parent
DanConwayDev
2025-07-25
feat(list): fix status for pr as patch revision
DanConwayDev
2025-07-25
feat(pr): add pr and pr update merge support
DanConwayDev
2025-07-25
refactor: abstract `get_status`
DanConwayDev
2025-07-23
fix(remote): improve pr error messages
DanConwayDev
2025-07-23
fix(remote): patch to pr upgrade use pr kind
DanConwayDev
2025-07-23
fix(remote): dont send pr and patches on upgrade
DanConwayDev
2025-07-23
fix(remote): error if pushed proposal is empty
DanConwayDev
2025-07-23
refactor: Rename fallback relays and grasp servers
DanConwayDev
2025-07-23
refactor: add fallback grasp servers to client
DanConwayDev
2025-07-23
feat(pr): patch upgraded to pr inherit pr status
DanConwayDev
2025-07-23
fix(status): only use events from author and maintainers
DanConwayDev
2025-07-23
feat(pr): updates and pr as patch revision
DanConwayDev
2025-07-23
refactor(pr): rename functions
DanConwayDev
2025-07-22
feat(pr): generate pr event > oversized patch
DanConwayDev
2025-07-22
fix: remove blossom from grasp server detection
DanConwayDev
2025-07-18
feat(pr): fetch pr and pr updates from clone urls
DanConwayDev
2025-07-18
feat(pr): list PR and PR updates
DanConwayDev
2025-07-18
feat: fetch PR and PRUpdate events
DanConwayDev
2025-07-18
feat(status): read nip22 style status events
DanConwayDev
2025-07-16
chore: bump nightly rustfmt
DanConwayDev
2025-07-16
chore: nix flake update
DanConwayDev
2025-07-16
chore: cargo update
DanConwayDev
2025-07-15
feat(client): skip relays that just timeout
DanConwayDev
2025-07-15
feat: add git timeout
DanConwayDev
2025-06-19
refactor: rename ngit_relay to grasp
DanConwayDev
2025-06-19
rename ngit-relay to grasp
DanConwayDev
2025-06-19
fix: add state HEAD on creation
DanConwayDev
2025-06-19
refactor: move build state function
DanConwayDev
2025-06-18
fix: add HEAD if one isn't listed in state
DanConwayDev
2025-06-17
fix: support `git://` in clone urls
DanConwayDev
2025-06-02
fix: ignore dereferenced tags in state
DanConwayDev
2025-05-31
feat(init): only use one ngit-relay git server url
DanConwayDev
2025-05-31
feat(push): prevent push if no ann event
DanConwayDev
2025-05-28
fix: use most recent, rather than oldest state event found
DanConwayDev
2025-05-24
feat(init): make default ngit-relays configurable
DanConwayDev
2025-05-23
feat(init): use dir name as default repo name
DanConwayDev
2025-05-23
feat(push): avoid out of sync issues for ngit relay
DanConwayDev
2025-05-23
feat(account): export npub
DanConwayDev
2025-05-23
fix(init): dont default to user read relay list
DanConwayDev
2025-05-23
fix(init): additional relays dont replace ngit-relays
DanConwayDev
2025-05-23
fix(init): improve cli output
DanConwayDev
2025-05-23
fix: ignore duplicate relays, blossom or git servers
DanConwayDev
2025-05-23
feat: only try http(s) for ngit-relays
DanConwayDev
2025-05-23
fix: use blossoms from all maintainers
DanConwayDev
2025-05-23
fix(init): ngit-relay usage detection
DanConwayDev
2025-05-23
fix: remove blossom url trailing slash
DanConwayDev
2025-05-22
refactor: cargo fmt
DanConwayDev
2025-05-22
feat(init): add blossom
DanConwayDev
2025-05-22
feat(init): overhaul & simplify with ngit-relays
DanConwayDev
2025-05-21
fix: remove accidental println
DanConwayDev
2025-05-21
feat(init): dont ask about state unless needed
DanConwayDev
2025-05-21
fix: preserve relay and git server order
DanConwayDev
2025-05-21
feat: add --customize flag for instructions
DanConwayDev
2025-05-21
feat: add support for default relay overrides
DanConwayDev
2025-05-21
refactor: move client defaults into params
DanConwayDev
2025-05-21
fix: use relays & git servers from all maintainer
DanConwayDev
2025-05-09
fix: always try git servers over other protocols
DanConwayDev
2025-05-06
chore: bump dialoguer v0.11.0
DanConwayDev
2025-05-06
chore: update git2 ~> v0.20.2
DanConwayDev
2025-05-06
fix(clone_url): fix custom ports
DanConwayDev
2025-05-05
chore: nix flake update
DanConwayDev
2025-04-28
fix(init): replace legacy gitworkshop url
DanConwayDev
2025-04-03
feat(send): add description to event signing process
DanConwayDev
2025-04-02
fix: publish error prefix regression
DanConwayDev
2025-04-01
fix: allow soft push if not behind server
DanConwayDev
2025-04-01
chore: bump rust-nostr v0.37 ~> v0.40
DanConwayDev
2024-12-20
feat(remote): include draft PRs
DanConwayDev
2024-12-20
fix(push): find existing proposal
DanConwayDev
2024-12-20
refactor: branch_name handling
DanConwayDev
2024-12-20
refactor: use nostr url from repo_ref
DanConwayDev
2024-12-16
feat(init): default to nip05 git nostr url
Laszlo Megyer
2024-12-16
chore: bump nix flake rust nightly `fmt` overlay
DanConwayDev
2024-12-16
chore: nix flake update
DanConwayDev
2024-12-16
fix(NostrUrlDecoded): nip05 response error
DanConwayDev
2024-12-13
fix(push): refactor errors
DanConwayDev
2024-12-13
refactor(push): split `run_push` function
DanConwayDev
2024-12-12
feat(push): merge event for applied commits
DanConwayDev
2024-12-12
test(push): ff merge commit tag `merge-commit-id`
DanConwayDev
2024-12-12
fix(push): three-way `merge-commit-id` `tag`
DanConwayDev
2024-12-12
fix: defend against empty`tags`
DanConwayDev
2024-12-12
feat(NostrUrlDecode): add nip05 address support
DanConwayDev
2024-12-11
fix(NostrUrlDecoded): nip05 parsed as ssh user
DanConwayDev
2024-12-11
fix(NostrUrlDecoded): add nip05 loading to TUI
DanConwayDev
2024-12-10
fix(nostr_url): use nip05 in nostr url if cached
DanConwayDev
2024-12-10
feat(nostr_url): improve nip05 git cache format
DanConwayDev
2024-12-10
test(NostrUrlDecoded): use `parse_and_resolve`
Laszlo Megyer
[next]