Home Explore Blog CI



git

Documentation/RelNotes/1.6.5.9.adoc
0c8fc68958c9a05d0a5ac1402932d7e4accc989e94f576cf0000000300000245
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.

Chunks
acb471a9 (1st chunk of `Documentation/RelNotes/1.6.5.9.adoc`)
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.