aboutsummaryrefslogtreecommitdiffstats
path: root/src/git.rs
AgeCommit message (Expand)Author
2021-05-30Replace boxed errors with concrete error typesTeddy Wing
2021-05-30Add repository description when mirroringTeddy Wing
2021-05-29src/git.rs: Add function documentationTeddy Wing
2021-05-29Add function to update a Git repositoryTeddy Wing
2021-05-29git::mirror(): Extract argumentsTeddy Wing
2021-05-29Work out how to mirror a Git repositoryTeddy Wing