Skip to content

Commit b75bb1d

Browse files
committed
Start preparing for 1.5.4.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0f497e7 commit b75bb1d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Documentation/RelNotes-1.5.4.4.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
GIT v1.5.4.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.4.3
5+
--------------------
6+
7+
* "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a
8+
relative directory.
9+
10+
* "git http-push" had an invalid memory access that could lead it to
11+
segfault.
12+
13+
* When "git rebase -i" gave control back to the user for a commit that is
14+
marked to be edited, it just said "modify it with commit --amend",
15+
without saying what to do to continue after modifying it. Give an
16+
explicit instruction to run "rebase --continue" to be more helpful.
17+
18+
* "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header.
19+
20+
Also included are a handful documentation updates.
21+
22+
---
23+
exec >/var/tmp/1
24+
echo O=$(git describe maint)
25+
O=v1.5.4.3
26+
git shortlog --no-merges $O..maint

RelNotes

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

0 commit comments

Comments
 (0)