Merge branch 'jc/remote-multi-url'
[git] / Documentation / RelNotes-1.5.4.4.txt
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