aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2021-06-07Add license (GNU GPLv3+)Teddy Wing
2021-05-29Start setting up database interfaceTeddy Wing
2021-05-29Move `Repo` to `github` moduleTeddy Wing
Makes more sense here rather than in its own module since it models GitHub's repository structure.
2021-05-29Work out how to mirror a Git repositoryTeddy 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-29Split GitHub API request into separate filesTeddy Wing