upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/main.rs
AgeCommit message (Expand)Author
2026-03-05fix(pr-checkout): require --force on diverged proposal branchDanConwayDev
2026-03-05fix(issue): add --comments flag to issue list commandDanConwayDev
2026-03-05feat(cover-note): add kind-1624 cover notes for PRs, patches, and issuesDanConwayDev
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-05add `ngit account whoami` commandDanConwayDev
2026-03-04add `ngit repo --json` for machine-readable repo detectionDanConwayDev
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-04restructure CLI around ngit pr/issue subcommand groupsDanConwayDev
2026-03-04feat: add ngit issue list commandDanConwayDev
2026-02-20improve `ngit repo` output stylingDanConwayDev
2026-02-20add `ngit repo` subcommand groupDanConwayDev
2026-02-17fix: show help menu when ngit is run without argumentsDanConwayDev
2026-02-17feat: add --offline flag to list, checkout, apply commandsDanConwayDev
2026-02-13feat: add spinner for git fetch in non-verbose modeDanConwayDev
2026-02-13feat: add --verbose/-v flag for detailed outputDanConwayDev
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-11fix: force interactive mode for list commandDanConwayDev
2026-02-10feat: add global CLI flags for non-interactive modeDanConwayDev
2025-09-11fix: ngit binary enforce git server timeoutDanConwayDev
2025-07-25feat(sync): add cmd to sync git serversDanConwayDev
2025-05-21feat: add --customize flag for instructionsDanConwayDev
2024-11-27feat: remove `pull` `push` and `fetch` ngit cmdsDanConwayDev
2024-11-27feat(account): move login/out cmds to accountDanConwayDev
2024-11-27feat(logout): add logout commandDanConwayDev
2024-11-27feat(export-keys): to use in other clientsDanConwayDev
2024-11-11Revert "refactor: remove ngit `pull` `push` `fetch`"DanConwayDev
2024-11-04refactor: remove ngit `pull` `push` `fetch`DanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev