upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib/git
AgeCommit message (Expand)Author
2026-03-30fix(patch): handle diff.noprefix and normalize non-standard diff pathsDanConwayDev
2026-03-05fix(whoami): detect and fall back to system git config for nostr loginDanConwayDev
2026-02-25fix: update hardcoded libgit2 version strings in tests to 1.9.2DanConwayDev
2026-02-18fix: thread applied OID through patch chain correctlyDanConwayDev
2026-02-18fix: harden apply_patch_chain when optional patch tags absentDanConwayDev
2026-02-18feat: handle missing optional patch tags for pr/ flowDanConwayDev
2026-02-12fix: handle existing local branch that is behind when checking out PRDanConwayDev
2025-11-18test: nostr git url with pathDanConwayDev
2025-10-17chore: cargo updateDanConwayDev
2025-10-17feat!(nostr_url): replace user with ssh_key_fileDanConwayDev
2025-10-17feat(send): add `merge-base` tag to PR (Update)DanConwayDev
2025-08-01refactor: move patch size evaluation fn to libDanConwayDev
2025-07-31fix: nip05 breaking changes in rust-nostrDanConwayDev
2025-07-31chore: bump rust-nostr v0.43DanConwayDev
2025-07-25fix(list): improve pr unsupport textDanConwayDev
2025-07-16chore: bump nightly rustfmtDanConwayDev
2025-07-16chore: nix flake updateDanConwayDev
2025-07-16chore: cargo updateDanConwayDev
2025-07-15feat: add git timeoutDanConwayDev
2025-05-06chore: update git2 ~> v0.20.2DanConwayDev
2025-05-06fix(clone_url): fix custom portsDanConwayDev
2025-05-05chore: nix flake updateDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
2024-12-20refactor: use nostr url from repo_refDanConwayDev
2024-12-16feat(init): default to nip05 git nostr urlLaszlo Megyer
2024-12-16chore: bump nix flake rust nightly `fmt` overlayDanConwayDev
2024-12-16fix(NostrUrlDecoded): nip05 response errorDanConwayDev
2024-12-12fix: defend against empty`tags`DanConwayDev
2024-12-11fix(NostrUrlDecoded): nip05 parsed as ssh userDanConwayDev
2024-12-11fix(NostrUrlDecoded): add nip05 loading to TUIDanConwayDev
2024-12-10fix(nostr_url): use nip05 in nostr url if cachedDanConwayDev
2024-12-10feat(nostr_url): improve nip05 git cache formatDanConwayDev
2024-12-10test(NostrUrlDecoded): use `parse_and_resolve`Laszlo Megyer
2024-12-10feat(NostrUrlDecoded) add nip05 supportDanConwayDev
2024-12-03refactor: limit fetch to 1 trusted coordinateDanConwayDev
2024-11-29feat(init): set remote `origin`DanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-10-28chore: bump rust-nostr to patch near v0.36.0DanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-24fix(login): locally when globally logged inDanConwayDev
2024-09-23fix(remote): add resilience to `prs`DanConwayDev
2024-09-18test: fix gitlib2 version in sampleDanConwayDev
2024-09-17feat(remote): store successful protocol in configDanConwayDev
2024-09-12fix(remote): `push` status updatesDanConwayDev
2024-09-12fix(remote): update copyDanConwayDev
2024-09-11refactor: fix fmt and clippy issuesDanConwayDev
2024-09-06fix(remote): `fetch` and `list` status copyDanConwayDev
2024-09-06fix(remote): `list` apply protocols selectionDanConwayDev
2024-09-06fix(remote): improve protocol selction / fallbackDanConwayDev
2024-09-06refactor: render ServerProtocols lowercaseDanConwayDev
2024-09-06feat(remote): fetch protocol selection / fallbackDanConwayDev
2024-09-06add `CloneUrl`DanConwayDev
2024-09-04refactor: use FromStr trait for NostrUrlDecodedDanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev