-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Feb 28, 2008
1 parent
0f497e7
commit b75bb1d
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
GIT v1.5.4.4 Release Notes | ||
========================== | ||
|
||
Fixes since v1.5.4.3 | ||
-------------------- | ||
|
||
* "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a | ||
relative directory. | ||
|
||
* "git http-push" had an invalid memory access that could lead it to | ||
segfault. | ||
|
||
* When "git rebase -i" gave control back to the user for a commit that is | ||
marked to be edited, it just said "modify it with commit --amend", | ||
without saying what to do to continue after modifying it. Give an | ||
explicit instruction to run "rebase --continue" to be more helpful. | ||
|
||
* "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header. | ||
|
||
Also included are a handful documentation updates. | ||
|
||
--- | ||
exec >/var/tmp/1 | ||
echo O=$(git describe maint) | ||
O=v1.5.4.3 | ||
git shortlog --no-merges $O..maint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.5.4.3.txt | ||
Documentation/RelNotes-1.5.4.4.txt |