]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/2.3.9.txt
Merge branch 'cm/notes-comment-fix'
[thirdparty/git.git] / Documentation / RelNotes / 2.3.9.txt
CommitLineData
ecad27cf
JH
1Git v2.3.9 Release Notes
2========================
3
4Fixes since v2.3.8
5------------------
6
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.