Merge commit 'refs/top-bases/t/girocco/style-updates' into t/girocco/style-updates
[git/gitweb.git] / Documentation / RelNotes / 2.3.9.txt
blob1a2ad3235a521335c23fa28a94c33b1ee5e681ba
1 Git v2.3.9 Release Notes
2 ========================
4 Fixes since v2.3.8
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.