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
/
bin
/
git_remote_nostr
/
main.rs
Age
Commit message (
Expand
)
Author
2026-02-26
fix: advertise only state events with resolvable git objects
DanConwayDev
2026-02-26
feat: forward unrecognised push options to git servers
DanConwayDev
2026-02-20
extract grasp/maintainership helpers to lib and auto-accept on push
DanConwayDev
2026-02-17
fix: handle git c-style quoting of push-option values with backslashes
DanConwayDev
2026-02-17
feat: support multiline descriptions in push-options via \n escape
DanConwayDev
2026-02-17
fix: require both title and description push-options or neither
DanConwayDev
2026-02-17
feat: add push-options for title and description to git-remote-nostr
DanConwayDev
2026-02-16
fix: fetch report ouput
DanConwayDev
2026-02-16
test: verbose always on for remote tests
DanConwayDev
2026-02-13
fix: preserve progress bars on relay errors during clone
DanConwayDev
2026-02-13
feat: add spinner for git fetch in non-verbose mode
DanConwayDev
2026-02-13
fix: clear progress reporters on successful completion
DanConwayDev
2025-11-13
feat(remote): don't hide fetch report if successful
DanConwayDev
2025-07-25
refactor: move `utils` and `list` helpers to lib
DanConwayDev
2025-07-15
feat: add git timeout
DanConwayDev
2025-05-21
feat: add support for default relay overrides
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
chore: bump nix flake rust nightly `fmt` overlay
DanConwayDev
2024-12-12
feat(NostrUrlDecode): add nip05 address support
DanConwayDev
2024-12-10
feat(NostrUrlDecoded) add nip05 support
DanConwayDev
2024-12-09
fix: fetch user relays for `send`,`push` & `init`
DanConwayDev
2024-12-03
refactor: limit fetch to 1 trusted coordinate
DanConwayDev
2024-11-29
fix: spelling of 'beginning'
DanConwayDev
2024-11-27
build: add description to help
DanConwayDev
2024-11-27
build: update readme
DanConwayDev
2024-11-21
feat(login): overhaul login experience
DanConwayDev
2024-11-04
feat(remote): show help when called directly
DanConwayDev
2024-09-25
feat(remote): auth if logged in
DanConwayDev
2024-09-06
fix(remote): `list` apply protocols selection
DanConwayDev
2024-09-06
feat(remote): fetch protocol selection / fallback
DanConwayDev
2024-09-04
refactor(remote): split into modules
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