cvsimport: document that -M can be used multiple times
[git/dscho.git] / Documentation / RelNotes-1.5.4.4.txt
blob5bfdb35376858be5358be21832ff56f4eaa3e8b9
1 GIT v1.5.4.4 Release Notes
2 ==========================
4 Fixes since v1.5.4.3
5 --------------------
7  * "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a
8    relative directory.
10  * "git http-push" had an invalid memory access that could lead it to
11    segfault.
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.
18  * "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header.
20 Also included are a handful documentation updates.
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