index
:
reflectub
make-errors-more-traceable
make-errors-more-traceable-2
master
Mirror a user’s GitHub repositories
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
git.rs
Age
Commit message (
Expand
)
Author
2022-06-04
Update copyright year
Teddy Wing
2022-06-03
git.rs: Add more context to errors
Teddy Wing
2022-06-02
git.rs: Ideas for error structure and context
Teddy Wing
2022-06-02
git.rs: Add `Error::MirrorAddRemote` variant
Teddy Wing
2022-06-02
git.rs: Add ideas for new error variants
Teddy Wing
2021-06-24
main::update(): Change HEAD branch if default branch changed
Teddy Wing
2021-06-24
git::mirror(): Change HEAD to GitHub default branch
Teddy Wing
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