| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-02 | test: replace block_on with tokio::tests | jk | |
| This is intended to improve the reliabilty of the tests. there have been particular issues with random tests never ending when run in the nix configuration see discussion here https://github.com/DanConwayDev/ngit-cli/issues/ 6#issuecomment-1918971239 and: https://github.com/DanConwayDev/ngit-cli/pull/7 | |||
| 2024-01-23 | feat(prs-list): check for clean repo | DanConwayDev | |
| before checking out PR branch add confirm prompt before checking out branch and applying changes | |||
| 2023-12-01 | feat(prs-list) list and pull selected as branch | DanConwayDev | |
| - fetch prs and present as a selectable list - create and / or checkout branch for selected pr - apply latest patches as commits | |||