| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-26 | refactor: err msgs 'cannot' > 'failed to' | DanConwayDev | |
| in nearly all cases 'cannot' was used when an action was tried and failed. 'failed to' is strictly better because: * just because the action didn't work that time doesnt mean it cannot work * it is better at drawing the users attention to a problem | |||
| 2024-09-04 | refactor: fix imports, etc based on restructure | DanConwayDev | |
| move some functions out of ngit and into lib/mod and lib/git_events remove MockConnect from binaries so it is only used in the library. this was done: * mainly because automocks were not being imported from lib into each binary * but also because the these functions were being tested with MockConnect | |||