Git 2.4.9
[git.git] / Documentation / RelNotes / 2.4.9.txt
blob09af9ddbc77bc07add91f901f92a6dedcad8f66c
1 Git v2.4.9 Release Notes
2 ========================
4 Fixes since v2.4.9
5 ------------------
7  * A handful of codepaths that used to use fixed-sized arrays to hold
8    pathnames have been corrected to use strbuf and other mechanisms to
9    allow longer pathnames without fearing overflows.