]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.6.5.9.txt
Merge branch 'cb/fsmonitor-intfix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.6.5.9.txt
1 Git v1.6.5.9 Release Notes
2 ==========================
3
4 Fixes since v1.6.5.8
5 --------------------
6
7 * An overlong line after ".gitdir: " in a git file caused out of bounds
8 access to an array on the stack.
9
10 * "git blame -L $start,$end" segfaulted when too large $start was given.
11
12 * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
13 when --keep-dashdash was in effect.
14
15 * "gitweb" can sometimes be tricked into parrotting a filename argument
16 given in a request without properly quoting.
17
18 Other minor fixes and documentation updates are included.