1 GIT v1.5.4.4 Release Notes
2 ==========================
7 * "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a
10 * "git http-push" had an invalid memory access that could lead it to
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.
24 echo O=$(git describe maint)
26 git shortlog --no-merges $O..maint