Junio C Hamano <junkio@cox.net> writes: > int match_pathspec(const char *path, int len, > struct pathspec **pathspec); > > See if the path (with length) matches the given spec. > path[len-1] == '/' signals that the caller is traversing > a tree and checking if it is worth descending into the > tree. > ... > and when traversing the tree for A and B, upon seeing "Documentation" > entry in the topleve tree object buffers, call: > > path_match("Documentation", 14, 1, spec) Oops, match_pathspec("Documentation/", 15, spec) is what I meant here. Likewise in the later examples. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun May 07 14:51:23 2006
This archive was generated by hypermail 2.1.8 : 2006-05-07 14:51:46 EST