On Wed, Mar 12, 2008 at 2:15 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Ping Yin" <pkufranky@xxxxxxxxx> writes: > > > They never appear, as git tracks only one executable bit, so mode bits for > regular file blobs are canonicalized to either 100755 or 100644. > > Don't you ever see 000000 mode bits here? There is no case arm for that > in the code. > 000000 mode will appear for added or deleted or unmerged modules. The deleted/added case has already been handled. However, the unmerged case is not handled yet which will appear at very low frequency. So this case can be delayed to handle. -- Ping Yin -- 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