diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-07-14 11:50:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-14 15:24:34 -0700 |
commit | aceb9429b37a4a36e91f9eeb60e7ba488f73604b (patch) | |
tree | 16b0e9ab9bffa98114425a5bd1934d174fe5f694 /Documentation/RelNotes/1.5.2.2.txt | |
parent | 709359c85cf366df68a1cabf9d68978c05c541c5 (diff) | |
download | git-nd/path-max-must-go.tar.gz |
prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-go
This fixes a segfault in git-status with long paths on Windows,
where PATH_MAX is only 260.
This also fixes the problem of silently ignoring .gitignore if the
full path exceeds PATH_MAX. Now add_excludes_from_file() will report
if it gets ENAMETOOLONG.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.5.2.2.txt')
0 files changed, 0 insertions, 0 deletions