On Sun, Sep 5, 2010 at 10:13 AM, Elijah Newren <newren@xxxxxxxxx> wrote: > @@ -119,6 +119,11 @@ int read_tree_recursive(struct tree *tree, > default: > return -1; > } > + > + if (git_sparse_pathspecs && > + sha1_object_info(entry.sha1, NULL) <= 0) > + continue; > + I suppose this is temporary and the final solution would have stricter checks (i.e. only ignore if those entries are outside sparse zone)? This opens a door for broken repo. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html