repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'cc/upload-pack-data-3'
[git/raj.git]
/
Documentation
/
RelNotes
/
2.2.3.txt
blob
5bfffa41060f27682c82c84c77a74b28c00895ae
1
Git v2.2.3 Release Notes
2
========================
3
4
Fixes since v2.2.2
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.