Thread (40 messages) flat view 40 messages, 2 authors, 2016-06-15

Re: [RFC PATCH 05/15] read_tree_recursive: Avoid missing blobs and trees in a sparse repository

From: Nguyen Thai Ngoc Duy <hidden>
Date: 2016-06-15 22:49:29

On Sun, Sep 5, 2010 at 10:13 AM, Elijah Newren [off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help