Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.6.5.9.adoc`
acb471a90c6568c2d7e6167825478d000ce41ae256dc9fcf0000000100000245
Git v1.6.5.9 Release Notes
==========================

Fixes since v1.6.5.8
--------------------

 * An overlong line after ".gitdir: " in a git file caused out of bounds
   access to an array on the stack.

 * "git blame -L $start,$end" segfaulted when too large $start was given.

 * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
   when --keep-dashdash was in effect.

 * "gitweb" can sometimes be tricked into parrotting a filename argument
   given in a request without properly quoting.

Other minor fixes and documentation updates are included.

Title: Git v1.6.5.9 Release Notes
Summary
The Git v1.6.5.9 release fixes several issues, including out of bounds array access, segfaults, and quoting issues, along with other minor fixes and documentation updates to improve the overall stability and security of the Git version control system.