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