Home Explore Blog CI



git

Documentation/RelNotes/1.5.0.7.adoc
00def7ec7df946a05d6693b23847c7fa6e3083ad934c3fc200000003000001e2
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.

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