| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-13 | fix(ngit): `pull` and `push` find pr from branch | DanConwayDev | |
| as since `cl.get_branch_name` has been introduced branch names could be prefixed with a pr and sometimes postfixed with an event id | |||
| 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 | |||
| 2024-09-04 | refactor: organise into lib and bin structure | DanConwayDev | |
| the make the code more readable this commit just moves the files, the next commit should fix the imports | |||