Re: [PATCH] unpack-trees: do not abort when overwriting an existing file with the same content

2013-01-20 Thread Duy Nguyen
On Mon, Jan 21, 2013 at 1:35 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> + /* >> + * If it has the same content that we are going to write down, > > write down??? hmm.. "overwrite" then. >> + * there's no point in complaining. We still overwrite it in the >> +

Re: [PATCH] unpack-trees: do not abort when overwriting an existing file with the same content

2013-01-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > + /* > + * If it has the same content that we are going to write down, write down??? > + * there's no point in complaining. We still overwrite it in the > + * end though. Permission is not checked so it may be lost. > + */ That is a regre