Age | Commit message (Expand) | Author |
---|---|---|
2021-06-23 | git::mirror(): Fix setting repository description on Linux | Teddy Wing |
2021-06-07 | Add license (GNU GPLv3+) | Teddy Wing |
2021-05-30 | main::update(): Update repository description on fetch update | Teddy Wing |
2021-05-30 | git::mirror(): Write empty description if `description` is `None` | Teddy Wing |
2021-05-30 | Replace boxed errors with concrete error types | Teddy Wing |
2021-05-30 | Add repository description when mirroring | Teddy Wing |
2021-05-29 | src/git.rs: Add function documentation | Teddy Wing |
2021-05-29 | Add function to update a Git repository | Teddy Wing |
2021-05-29 | git::mirror(): Extract arguments | Teddy Wing |
2021-05-29 | Work out how to mirror a Git repository | Teddy Wing |