Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | Add license (GNU GPLv3+) | Teddy Wing | |
2021-05-29 | Start setting up database interface | Teddy Wing | |
2021-05-29 | Move `Repo` to `github` module | Teddy Wing | |
Makes more sense here rather than in its own module since it models GitHub's repository structure. | |||
2021-05-29 | Work out how to mirror a Git repository | Teddy Wing | |
Based on the guide here: https://libgit2.org/docs/guides/101-samples/#repositories_clone_mirror References: https://github.com/libgit2/libgit2sharp/issues/577 https://github.com/libgit2/libgit2.github.io/pull/31 | |||
2021-05-29 | Split GitHub API request into separate files | Teddy Wing | |