| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-07-31 | fix(remote): updating `push` state event | DanConwayDev | |
| ensure refs are included in state event use `HashMap` to improve `RepoState` struct | |||
| 2024-07-31 | feat(remote): `push` issues state event | DanConwayDev | |
| if no previous state events can be found it replicates git server otherwise it just updates pushed value | |||
| 2024-07-30 | refactor: add struct `RepoState` | DanConwayDev | |
| to more easily access state details | |||