Re: [PATCH v3 1/3] read-cache.c: Handle long filenames correctly

2012-07-11 Thread Junio C Hamano
Thomas Gummerer writes: > Make git handle long file/path names (> 4096 characters) correctly. > > There is a bug in the current version, which causes very long > file/pathnames to be handled incorrectly, or not even added to > the index, if they share the first 4096 characters. > > Signed-off-by:

Re: [PATCH v3 1/3] read-cache.c: Handle long filenames correctly

2012-07-11 Thread Nguyen Thai Ngoc Duy
On Wed, Jul 11, 2012 at 4:22 PM, Thomas Gummerer wrote: > Make git handle long file/path names (> 4096 characters) correctly. > > There is a bug in the current version, which causes very long > file/pathnames to be handled incorrectly, or not even added to > the index, if they share the first 4096

[PATCH v3 1/3] read-cache.c: Handle long filenames correctly

2012-07-11 Thread Thomas Gummerer
Make git handle long file/path names (> 4096 characters) correctly. There is a bug in the current version, which causes very long file/pathnames to be handled incorrectly, or not even added to the index, if they share the first 4096 characters. Signed-off-by: Thomas Gummerer --- read-cache.c