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
:
npub1sh4dwqc9ypguemh6m8tmxxl8xuzfsz0j8av8vq7t3xd3mldsg9ls4ew80h/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
/
lib
/
git
Age
Commit message (
Expand
)
Author
2026-02-18
fix: thread applied OID through patch chain correctly
DanConwayDev
2026-02-18
fix: harden apply_patch_chain when optional patch tags absent
DanConwayDev
2026-02-18
feat: handle missing optional patch tags for pr/ flow
DanConwayDev
2026-02-12
fix: handle existing local branch that is behind when checking out PR
DanConwayDev
2025-11-18
test: nostr git url with path
DanConwayDev
2025-10-17
chore: cargo update
DanConwayDev
2025-10-17
feat!(nostr_url): replace user with ssh_key_file
DanConwayDev
2025-10-17
feat(send): add `merge-base` tag to PR (Update)
DanConwayDev
2025-08-01
refactor: move patch size evaluation fn to lib
DanConwayDev
2025-07-31
fix: nip05 breaking changes in rust-nostr
DanConwayDev
2025-07-31
chore: bump rust-nostr v0.43
DanConwayDev
2025-07-25
fix(list): improve pr unsupport text
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: add git timeout
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-01
chore: bump rust-nostr v0.37 ~> v0.40
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
fix(NostrUrlDecoded): nip05 response error
DanConwayDev
2024-12-12
fix: defend against empty`tags`
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
2024-12-10
feat(NostrUrlDecoded) add nip05 support
DanConwayDev
2024-12-03
refactor: limit fetch to 1 trusted coordinate
DanConwayDev
2024-11-29
feat(init): set remote `origin`
DanConwayDev
2024-11-27
chore: bump rust-nosrt v0.37.0
DanConwayDev
2024-11-26
refactor: err msgs 'cannot' > 'failed to'
DanConwayDev
2024-11-21
feat(login): overhaul login experience
DanConwayDev
2024-10-28
chore: bump rust-nostr to patch near v0.36.0
DanConwayDev
2024-09-25
chore: bump rust-nostr v0.35
DanConwayDev
2024-09-24
fix(login): locally when globally logged in
DanConwayDev
2024-09-23
fix(remote): add resilience to `prs`
DanConwayDev
2024-09-18
test: fix gitlib2 version in sample
DanConwayDev
2024-09-17
feat(remote): store successful protocol in config
DanConwayDev
2024-09-12
fix(remote): `push` status updates
DanConwayDev
2024-09-12
fix(remote): update copy
DanConwayDev
2024-09-11
refactor: fix fmt and clippy issues
DanConwayDev
2024-09-06
fix(remote): `fetch` and `list` status copy
DanConwayDev
2024-09-06
fix(remote): `list` apply protocols selection
DanConwayDev
2024-09-06
fix(remote): improve protocol selction / fallback
DanConwayDev
2024-09-06
refactor: render ServerProtocols lowercase
DanConwayDev
2024-09-06
feat(remote): fetch protocol selection / fallback
DanConwayDev
2024-09-06
add `CloneUrl`
DanConwayDev
2024-09-04
refactor: use FromStr trait for NostrUrlDecoded
DanConwayDev
2024-09-04
refactor: fix imports, etc based on restructure
DanConwayDev
2024-09-04
refactor: organise into lib and bin structure
DanConwayDev