-
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.
Start draft release notes for 1.5.6.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Jul 2, 2008
1 parent
4f3dcc2
commit 7ad0f27
Showing
2 changed files
with
32 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,31 @@ | ||
GIT v1.5.6.2 Release Notes | ||
========================== | ||
|
||
Futureproof | ||
----------- | ||
|
||
* "git-shell" accepts requests without a dash between "git" and | ||
subcommand name (e.g. "git upload-pack") which the newer client will | ||
start to make sometime in the future. | ||
|
||
Fixes since v1.5.6.1 | ||
-------------------- | ||
|
||
* Optimization for a large import via "git-svn" introduced in v1.5.6 had a | ||
serious memory and temporary file leak, which made it unusable for | ||
moderately large import. | ||
|
||
* "git-svn" mangled remote nickname used in the configuration file | ||
unnecessarily. | ||
|
||
* "git diff --check" did not report the result via its exit status | ||
reliably. | ||
|
||
* "git show" segfaulted when an annotated tag that points at another | ||
annotated tag was given to it. | ||
|
||
-- | ||
exec >/var/tmp/1 | ||
echo O=$(git describe maint) | ||
O=v1.5.6.1-13-g4f3dcc2 | ||
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.6.1.txt | ||
Documentation/RelNotes-1.5.6.2.txt |