File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.5.4.3 .txt
1+ Documentation/RelNotes-1.5.4.4 .txt
You can’t perform that action at this time.
0 commit comments