pull doc: fix a long-standing grammar error
[gitweb.git] / builtin / clone.c
index 2f84717e11c22e6176cd28f850c756aad0b3e2fe..5c439f1394c9a097e48f24d73790f276a958bf2d 100644 (file)
@@ -1202,7 +1202,7 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
 
        update_remote_refs(refs, mapped_refs, remote_head_points_at,
                           branch_top.buf, reflog_msg.buf, transport,
-                          !is_local && !filter_options.choice);
+                          !is_local);
 
        update_head(our_head_points_at, remote_head, reflog_msg.buf);