Merge branch 'rb/hpe'
[git.git] / Documentation / RelNotes / 1.6.4.5.txt
blobeb6307dcbb4ae47e9f98d8566c3034f9d591caac
1 Git v1.6.4.5 Release Notes
2 ==========================
4 Fixes since v1.6.4.4
5 --------------------
7  * Simplified base85 implementation.
9  * An overlong line after ".gitdir: " in a git file caused out of bounds
10    access to an array on the stack.
12  * "git count-objects" did not handle packs larger than 4G.
14  * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
15    when --keep-dashdash was in effect.
17  * "gitweb" can sometimes be tricked into parrotting a filename argument
18    given in a request without properly quoting.
20 Other minor fixes and documentation updates are included.