Skip to content

Commit 9694ec4

Browse files
author
Junio C Hamano
committed
GIT 1.5.0.7
Not that this release really matters, as we will be doing 1.5.1 tomorrow. This commit is to tie the loose ends and merge all of "maint" branch into "master" in preparation. Signed-off-by: Junio C Hamano <[email protected]>
1 parent eb33596 commit 9694ec4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Documentation/RelNotes-1.5.0.7.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
GIT v1.5.0.7 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.0.6
5+
--------------------
6+
7+
* Bugfixes
8+
9+
- git-upload-pack failed to close unused pipe ends, resulting
10+
in many zombies to hang around.
11+
12+
- git-rerere was recording the contents of earlier hunks
13+
duplicated in later hunks. This prevented resolving the same
14+
conflict when performing the same merge the other way around.
15+
16+
* Documentation
17+
18+
- a few documentation fixes from Debian package maintainer.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.0.6.GIT
4+
DEF_VER=v1.5.0.7.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.0.6.txt
1+
Documentation/RelNotes-1.5.0.7.txt

0 commit comments

Comments
 (0)