Re: [PATCH v3 1/3] read-cache.c: Handle long filenames correctly
From: Junio C Hamano <hidden> Date: 2016-06-15 22:54:14
Thomas Gummerer [off-list ref] 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: Thomas Gummerer <redacted>
Ahh, I guess I should have opened my mailbox before starting to look
into this myself ;-)