diff --git a/src/refractr.rs b/src/refractr.rs index 3c1ef19..7799c15 100644 --- a/src/refractr.rs +++ b/src/refractr.rs @@ -1,3 +1,4 @@ +use git2::build::CheckoutBuilder; use git2::{BranchType, Cred, PushOptions, RemoteCallbacks, Repository}; use sha2::{Sha256, Digest}; @@ -69,19 +70,21 @@ fn fast_forward(refractr: &Refractr, repo_dir: &str, branches: &Option (refractr: &Refractr, repo: &'a Repository, cfg: &ConfigFile) -> Vec {