aboutsummaryrefslogtreecommitdiffstats
path: root/src/git.rs
AgeCommit message (Expand)Author
2022-06-04Update copyright yearTeddy Wing
2022-06-03git.rs: Add more context to errorsTeddy Wing
2022-06-02git.rs: Ideas for error structure and contextTeddy Wing
2022-06-02git.rs: Add `Error::MirrorAddRemote` variantTeddy Wing
2022-06-02git.rs: Add ideas for new error variantsTeddy Wing
2021-06-24main::update(): Change HEAD branch if default branch changedTeddy Wing
2021-06-24git::mirror(): Change HEAD to GitHub default branchTeddy Wing
2021-06-23git::mirror(): Fix setting repository description on LinuxTeddy Wing
2021-06-07Add license (GNU GPLv3+)Teddy Wing
2021-05-30main::update(): Update repository description on fetch updateTeddy Wing
2021-05-30git::mirror(): Write empty description if `description` is `None`Teddy Wing
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