| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-14 | feat!: move `prs create`>`send`, `prs list`>`list` | DanConwayDev | |
| remove unnecessary hierachy of `prs` which is also a troublesome term replace the concept of `create` which aligns more to the PR github model to `send` which aligns more with the git patch model | |||
| 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 | |||
| 2023-12-07 | feat(pull) pull commits for checked out pr branch | DanConwayDev | |
| - find pr event which matches branch name - fetch and apply latest commits | |||