Allow specifying the remote helper in the url
[gitweb.git] / builtin-clone.c
index 5762a6f9d8191c79d4fd66d227038d59ab1e785e..32f22e100ed792fffe1aa3c59c3f841f2fee24ab 100644 (file)
@@ -360,9 +360,10 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
        const char *repo_name, *repo, *work_tree, *git_dir;
        char *path, *dir;
        int dest_exists;
-       const struct ref *refs, *remote_head, *mapped_refs;
+       const struct ref *refs, *remote_head;
        const struct ref *remote_head_points_at;
        const struct ref *our_head_points_at;
+       struct ref *mapped_refs;
        struct strbuf key = STRBUF_INIT, value = STRBUF_INIT;
        struct strbuf branch_top = STRBUF_INIT, reflog_msg = STRBUF_INIT;
        struct transport *transport = NULL;