| 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 | |||
| 2023-12-08 | feat(push) push commits to existing pr | DanConwayDev | |
| - find pr with a branch-name that matches checked out branch - check branch isnt behind latest patch on pr - push new commits a patches associated with pr | |||