upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-18fix: improve mbox patch parser resilience for optional tag fallbackDanConwayDev
2026-02-18feat: handle missing optional patch tags for pr/ flowDanConwayDev
2026-02-18feat: support PR-format proposals in ngit applyDanConwayDev
2026-02-18fix: preserve grasp server order in relay hint for nostr urlDanConwayDev
2026-02-18report event kinds in publish progress messagesDanConwayDev
2026-02-18poll grasp servers for readiness instead of fixed 5s waitDanConwayDev
2026-02-17add --signer-relay option to ngit account loginDanConwayDev
2026-02-17add second default signer relay for resilienceDanConwayDev
2026-02-17fix: place grasp-derived relays first in relay list during initDanConwayDev
2026-02-17fix: handle git c-style quoting of push-option values with backslashesDanConwayDev
2026-02-17improve CLI help text and subcommand descriptionsDanConwayDev
2026-02-17fix: show help menu when ngit is run without argumentsDanConwayDev
2026-02-17fix: apply push-options to patch series generationDanConwayDev
2026-02-17feat: support multiline descriptions in push-options via \n escapeDanConwayDev
2026-02-17fix: require both title and description push-options or neitherDanConwayDev
2026-02-17feat: add push-options for title and description to git-remote-nostrDanConwayDev
2026-02-17feat: add --offline flag to list, checkout, apply commandsDanConwayDev
2026-02-17style: make hint lines yellow in ngit list outputDanConwayDev
2026-02-16Show active filter in ngit list outputDanConwayDev
2026-02-16feat: add 'To view' hint to ngit list outputDanConwayDev
2026-02-16test: dont use git fetch during testsDanConwayDev
2026-02-16test: fix all tests that use publishDanConwayDev
2026-02-16test: fix list reporter under test conditionsDanConwayDev
2026-02-16fix: reporter git server non-verboseDanConwayDev
2026-02-16fix: report wording consistancy in publishingDanConwayDev
2026-02-16fix: report wording `fetching` ~> `checking`DanConwayDev
2026-02-16fix: report wording `maintainers ~> announcementsDanConwayDev
2026-02-16fix: fetch report ouputDanConwayDev
2026-02-16test: verbose always on for remote testsDanConwayDev
2026-02-13feat: add spinner for publish in non-verbose modeDanConwayDev
2026-02-13fix: tweak fetch msgDanConwayDev
2026-02-13fix: pre-add heading bar so it renders in expanded viewDanConwayDev
2026-02-13fix: show heading in expanded view by finishing after draw target switchDanConwayDev
2026-02-13fix: preserve progress bars on relay errors during cloneDanConwayDev
2026-02-13fix: defer bar finish until reveal to show all barsDanConwayDev
2026-02-13fix: use force_draw to redraw bars after revealDanConwayDev
2026-02-13fix: only show heading when expand delay firesDanConwayDev
2026-02-13refactor: hidden-to-visible MultiProgress patternDanConwayDev
2026-02-13feat: add spinner for git fetch in non-verbose modeDanConwayDev
2026-02-13feat: add --verbose/-v flag for detailed outputDanConwayDev
2026-02-13fix: clear progress reporters on successful completionDanConwayDev
2026-02-12fix: show full event IDs in ngit list outputDanConwayDev
2026-02-12style: apply cargo clippy and fmt fixesDanConwayDev
2026-02-12fix: handle existing local branch that is behind when checking out PRDanConwayDev
2026-02-12fix: set up branch tracking when checking out proposalsDanConwayDev
2026-02-12feat: make ngit list non-interactive by defaultDanConwayDev
2026-02-12feat: add ngit apply command for non-interactive patch applicationDanConwayDev
2026-02-12feat: add ngit checkout command for non-interactive proposal checkoutDanConwayDev
2026-02-12fix: fail fast in ngit init before network fetchDanConwayDev
2026-02-11fix: force interactive mode for list commandDanConwayDev
2026-02-11add --hashtag flag to ngit initDanConwayDev
2026-02-11remove --blossoms from ngit initDanConwayDev
2026-02-11rename --relays flag to --relayDanConwayDev
2026-02-11rename --grasp-servers flag to --grasp-serverDanConwayDev
2026-02-11feat: use fallback relays for bootstrapping onlyDanConwayDev
2026-02-10remove more_fallback_relays (dead code)DanConwayDev
2026-02-10remove relay.nostr.band from default relaysDanConwayDev
2026-02-10feat: update ngit send for non-interactive modeDanConwayDev
2026-02-10feat: update ngit init for non-interactive modeDanConwayDev
2026-02-10feat: update ngit account login for non-interactive modeDanConwayDev
2026-02-10feat: add ngit account create commandDanConwayDev
2026-02-10fix: make git-remote-nostr push non-interactiveDanConwayDev
2026-02-10feat: add non-interactive mode support to CLI interactorDanConwayDev
2026-02-10feat: add global CLI flags for non-interactive modeDanConwayDev
2025-11-18chore: fix clippy warningDanConwayDev
2025-11-18test: nostr git url with pathDanConwayDev
2025-11-14fix: fetch report showing cached profile event as newDanConwayDev
2025-11-14chore: bump rust-nostr v0.44DanConwayDev
2025-11-13feat(remote): don't hide fetch report if successfulDanConwayDev
2025-11-13fix: don't attempt to fetch annotated tags we haveDanConwayDev
2025-11-13fix: cli output dim coloringDanConwayDev
2025-11-13feat(list): make list async and include sync report inlineDanConwayDev
2025-11-13refactor: simplify get_short_git_server_nameDanConwayDev
2025-11-13fix: out of sync grasp server cli outputDanConwayDev
2025-11-13fix: cli output line deletion during fetchDanConwayDev
2025-11-13test: reduce relay timeouts for testsDanConwayDev
2025-11-10feat: adaptive relay timeout 45s or 7s based on successDanConwayDev
2025-11-03fix: show nsec when created and can't save globallyDanConwayDev
2025-10-28fix(pr): push use stderr rather than stdoutDanConwayDev
2025-10-28fix: nip46 signer bunker pubkeyDanConwayDev
2025-10-20fix: reading NIP-22 style Status events during fetchDanConwayDev
2025-10-20fix: grasp server detectionDanConwayDev
2025-10-17chore: cargo updateDanConwayDev
2025-10-17fix(fetch): surpress some warnings for some usersDanConwayDev
2025-10-17feat!(nostr_url): replace user with ssh_key_fileDanConwayDev
2025-10-17fix: pr or pr update merge supportDanConwayDev
2025-10-17feat(send): add `merge-base` tag to PR (Update)DanConwayDev
2025-10-10feat(send): add `force-pr` or `force-patch` flagsDanConwayDev
2025-09-12fix(sync): dont fetch tags available locallyDanConwayDev
2025-09-11fix(sync): fetch refs missing locally before syncDanConwayDev
2025-09-11fix: ngit binary enforce git server timeoutDanConwayDev
2025-09-11fix(init): clone url include grasp serversDanConwayDev
2025-09-11fix(init): simple mode non-grasp servers selectionDanConwayDev
2025-09-10fix(init): when local repo missing origin refsDanConwayDev
2025-09-10fix(init): when existing origin matches tipDanConwayDev
2025-09-04feat(remote): use push PR non-interactive fallbackDanConwayDev
2025-09-03fix(remote): `refs/pr-by-id/*` ~> `refs/pr/*/head`DanConwayDev
2025-09-03fix: nostr:// nip05 without localDanConwayDev
2025-09-01fix: list shows `/pr` PRs when git data is localDanConwayDev
2025-08-19fix: nip05 without local partDanConwayDev