diff options
author | Teddy Wing | 2022-06-02 21:33:20 +0200 |
---|---|---|
committer | Teddy Wing | 2022-06-02 21:33:20 +0200 |
commit | 079ca8b33657da216a8d08a9fae0fd54e488ec71 (patch) | |
tree | 88449c21c65d0df7041e75a520d9a4a7fd78f8c3 /src/git.rs | |
parent | bde733890aeea0a1bbbdcbc1ad14fe05ed58661a (diff) | |
download | reflectub-079ca8b33657da216a8d08a9fae0fd54e488ec71.tar.bz2 |
git.rs: Add `Error::MirrorAddRemote` variant
Diffstat (limited to 'src/git.rs')
-rw-r--r-- | src/git.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,8 +27,7 @@ use std::path::Path; pub enum Error { MirrorCreateRepo(), MirrorConfig(), - // What is remote_with_fetch? - // A: Add a remote with the provided refspec to the repository's config + MirrorAddRemote(), MirrorFetch(), UpdateOpenRepo(), |