diff options
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(), |