Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.5.0.7.adoc`
65a3812305b529d83d14aa0f0b1c987d54f377cfb4cb24f000000001000001e2
GIT v1.5.0.7 Release Notes
==========================

Fixes since v1.5.0.6
--------------------

* Bugfixes

  - git-upload-pack failed to close unused pipe ends, resulting
    in many zombies to hang around.

  - git-rerere was recording the contents of earlier hunks
    duplicated in later hunks.  This prevented resolving the same
    conflict when performing the same merge the other way around.

* Documentation

  - a few documentation fixes from Debian package maintainer.

Title: GIT v1.5.0.7 Release Notes
Summary
This release of GIT, version 1.5.0.7, includes several bug fixes and documentation updates, addressing issues such as git-upload-pack failing to close unused pipe ends, resulting in many zombies, and git-rerere incorrectly recording duplicate hunks, as well as incorporating documentation fixes from the Debian package maintainer to improve overall stability and usability.