upleb.uk

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

summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-01chore: release v2.4.3HEADv2.4.3mainDanConwayDev
2026-05-01fix: filter run_list state candidates by current remote's maintainersDanConwayDev
2026-04-28chore: release v2.4.2v2.4.2DanConwayDev
2026-04-28fix(send): repo GRASP servers never tried when pushing PR proposal refsDanConwayDev
2026-04-22chore: release v2.4.1v2.4.1DanConwayDev
2026-04-22fix: prevent fatal clone/fetch errors when PR git data unavailableDanConwayDev
2026-04-10chore: release v2.4.0v2.4.0DanConwayDev
2026-04-10fix: percent-encode identifier in nostr:// URLs and GRASP HTTP pathsDanConwayDev
2026-03-30docs: update changelog with fixes since v2.3.0DanConwayDev
2026-03-30feat: git worktree supportm0wer
2026-03-30fix(patch): accept reconstructed OID when commit id mismatch occursDanConwayDev
2026-03-30fix(patch): don't error on commit id mismatch for pgp-signed commitsDanConwayDev
2026-03-30fix(patch): handle diff.noprefix and normalize non-standard diff pathsDanConwayDev
2026-03-20fix(client): panic cloning bare npub nostr:// URL with no relay hintsDanConwayDev
2026-03-09fix(push): gracefully handle errors identifying potential PR mergesDanConwayDev
2026-03-05chore: bump version to v2.3.0v2.3.0DanConwayDev
2026-03-05fix(test_utils): suppress deprecated cargo_bin warningDanConwayDev
2026-03-05fix(tests): update send tests to use --subject instead of --titleDanConwayDev
2026-03-05fix(pr-checkout): require --force on diverged proposal branchDanConwayDev
2026-03-05test(pr-checkout): replace broken ngit_list tests with ngit_pr_checkoutDanConwayDev
2026-03-05refactor(set-subject): remove alt tag from subject label eventDanConwayDev
2026-03-05fix(issue): add --comments flag to issue list commandDanConwayDev
2026-03-05fix(comment): pass git_repo to login so local config takes precedenceDanConwayDev
2026-03-05docs(skill): improve nostr repo detection guidanceDanConwayDev
2026-03-05fix(whoami): detect and fall back to system git config for nostr loginDanConwayDev
2026-03-05feat(cover-note): add kind-1624 cover notes for PRs, patches, and issuesDanConwayDev
2026-03-05feat(json): emit nevent1 bech32 IDs in --json outputDanConwayDev
2026-03-05refactor(subject): standardise on subject over title in CLI and outputDanConwayDev
2026-03-05feat(subject): add pr/issue set-subject via NIP-32 kind-1985 labelsDanConwayDev
2026-03-05feat(status): add --reason to all pr and issue status commandsDanConwayDev
2026-03-05feat(status): add pr draft, issue resolved, and --reason for issue closeDanConwayDev
2026-03-05feat(label): add `ngit issue label` and `ngit pr label` commandsDanConwayDev
2026-03-05feat(labels): fetch and apply NIP-32 kind-1985 label eventsDanConwayDev
2026-03-05add `ngit account whoami` commandDanConwayDev
2026-03-05refine ngit skill: pr/issue command correctionsDanConwayDev
2026-03-05expand ngit skill explainer: Nostr intro and grasp server auto-setupDanConwayDev
2026-03-05add architecture explainer to ngit skillDanConwayDev
2026-03-05compact ngit skill to 168 lines for iterative refinementDanConwayDev
2026-03-05improve ngit skill: description, --json guidance, dedup authDanConwayDev
2026-03-05add ngit agent skill (first stab)DanConwayDev
2026-03-04add `ngit repo --json` for machine-readable repo detectionDanConwayDev
2026-03-04add NIP-21 content tags (q/p) to issues, comments, PRs and patchesDanConwayDev
2026-03-04standardise on --label; add label filter and display to pr list/viewDanConwayDev
2026-03-04add --comments flag to issue/pr view; show reply threadingDanConwayDev
2026-03-04fix NIP-22 compliance and add --reply-to flag for issue/PR commentsDanConwayDev
2026-03-04show full comment content in pr view and issue viewDanConwayDev
2026-03-04restructure CLI around ngit pr/issue subcommand groupsDanConwayDev
2026-03-04feat: fetch and display NIP-22 comment counts on issues and proposalsDanConwayDev
2026-03-04feat: add ngit issue list commandDanConwayDev
2026-03-04feat: fetch and report NIP-34 issues and their statusesDanConwayDev
2026-03-04add nostr.repo-relay-only config to limit publishing to repo relaysDanConwayDev
2026-02-27chore: bump version to v2.2.3v2.2.3DanConwayDev
2026-02-27fix: skip ^{} peeled-tag refs in sync to prevent invalid refspec crashDanConwayDev
2026-02-27chore: bump version to v2.2.2DanConwayDev
2026-02-27fix: include KIND_PULL_REQUEST IDs in proposal_ids for fetch filtersDanConwayDev
2026-02-27feat: ngit sync --force republishes state event even with no ref changesDanConwayDev
2026-02-27fix: annotated tags missing from list due to dropped peeled refsDanConwayDev
2026-02-27fix: update fallback signer relaysDanConwayDev
2026-02-27fix: deselected items re-appear as selected when adding new itemDanConwayDev
2026-02-27fix: connect to relay before user acknowledges nostrconnect QR/URLDanConwayDev
2026-02-27feat: only show login profile search and warnings in verbose modeDanConwayDev
2026-02-27feat: add --bunker-url to account login for non-interactive useDanConwayDev
2026-02-27feat: show and allow changing signer relays in nostrconnect flowDanConwayDev
2026-02-26feat: track and display kind-5 deletion count in FetchReportDanConwayDev
2026-02-26feat: request kind-5 deletions for state/announcement events by #eDanConwayDev
2026-02-26fix: correct merge-base in PR events from git push of pr/ branchDanConwayDev
2026-02-26fix: store tag object OID in tracking ref for annotated tags after pushDanConwayDev
2026-02-26fix: show detailed relay view when --verbose flag is set in send_eventsDanConwayDev
2026-02-26fix: advertise only state events with resolvable git objectsDanConwayDev
2026-02-26fix: strip refs/tags/ prefix when computing remote tracking ref nameDanConwayDev
2026-02-26feat: publish state event to stale grasp relays before sync pushDanConwayDev
2026-02-26fix: rollback local state event cache on total push failureDanConwayDev
2026-02-26fix: skip grasp servers whose relay did not receive state eventDanConwayDev
2026-02-26fix: report per-relay publish results in send_events summaryDanConwayDev
2026-02-26fix: correct refspec source in ngit sync to strip refs/heads/ prefixDanConwayDev
2026-02-26feat: forward unrecognised push options to git serversDanConwayDev
2026-02-25chore: bump version to v2.2.1v2.2.1DanConwayDev
2026-02-25fix: suppress deprecation warnings for assert_cmd::cargo::cargo_binDanConwayDev
2026-02-25fix: update hardcoded libgit2 version strings in tests to 1.9.2DanConwayDev
2026-02-25fix: populate GitHub release descriptions from CHANGELOG.mdDanConwayDev
2026-02-25fix IPv6 connection failures with Happy Eyeballs (RFC 8305)DanConwayDev
2026-02-20chore: bump version to v2.2.0v2.2.0DanConwayDev
2026-02-20show subcommand hint at top of `ngit repo` output before fetchDanConwayDev
2026-02-20improve `ngit repo` output stylingDanConwayDev
2026-02-20improve `ngit repo` output formattingDanConwayDev
2026-02-20add `ngit repo` subcommand groupDanConwayDev
2026-02-20replace nos.lol with relay.ditto.pub as default relayDanConwayDev
2026-02-20use trusted maintainer's grasp servers as fallback for co-maintainersDanConwayDev
2026-02-20default relay prompt to no selection; add is never pre-selectedDanConwayDev
2026-02-20update relay prompt to reflect grasp servers are sufficientDanConwayDev
2026-02-20drop default relays from announcement eventsDanConwayDev
2026-02-20extract grasp/maintainership helpers to lib and auto-accept on pushDanConwayDev
2026-02-20integrate co-maintainer announcement rationale into architecture docsDanConwayDev
2026-02-20improve ngit init messaging for co-maintainership acceptanceDanConwayDev
2026-02-20improve push error when co-maintainer has no announcementDanConwayDev
2026-02-20fix: show ID|nevent in usage for apply, checkout and list commandsDanConwayDev
2026-02-18docs: note optional patch tag compatibility in changelogDanConwayDev
2026-02-18fix: remove outdated patch_supports gate and fix fetch parent fallbackDanConwayDev
2026-02-18fix: thread applied OID through patch chain correctlyDanConwayDev
2026-02-18fix: harden apply_patch_chain when optional patch tags absentDanConwayDev