On Tue, Dec 14, 2010 at 12:32 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > >> All paths should not exceed PATH_MAX, right? > > Your PATH_MAX may be a lot shorter than the PATH_MAX on the system I > created my trees on that you are reading. ÂBesides, you can create > arbitrarily deep tree structure without busting the limit on the > filesystem by writing tree objects by hand. > > In other words, all paths shouldn't exceed PATH_MAX, but the responsiblity > to verify that is _yours_. OK. I can check and die if any path exceeds PATH_MAX. -- 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