On Wed, Dec 22, 2010 at 8:59 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * nd/struct-pathspec (2010-12-15) 21 commits > Â... > Â(this branch is used by en/object-list-with-pathspec.) > > Rerolled again. ÂGetting nicer by the round ;-) With jj/icase-directory merged to master, match_pathspec() and match_pathspec_depth() now diverse again. When I wrote match_pathspec_depth(), I assumed that match_pathspec() would not change much and I would have more time for converting the rest of git to use match_*_depth(). Looks like I need to add case insensitive matching to struct pathspec and friends then remove match_pathspec() in this series too. At least if somebody changes match_pathspec() again, it would cause a conflict so I can catch it. -- 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