-
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
Nov 12, 2008
1 parent
a1e4760
commit c14639f
Showing
2 changed files
with
22 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,21 @@ | ||
GIT v1.6.0.5 Release Notes | ||
========================== | ||
|
||
Fixes since v1.6.0.4 | ||
-------------------- | ||
|
||
* 'git checkout' used to crash when your HEAD was pointing at a deleted | ||
branch. | ||
|
||
* 'git checkout' from an un-checked-out state did not allow switching out | ||
of the current branch. | ||
|
||
* 'git pack-objects' did not make its best effort to honor --max-pack-size | ||
option when a single first object already busted the given limit and | ||
placed many objects in a single pack. | ||
|
||
* 'make check' cannot be run without sparse; people may have meant to say | ||
'make test' instead, so suggest that. | ||
|
||
* Many unsafe call to sprintf() style varargs functions are corrected. | ||
|
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.6.0.4.txt | ||
Documentation/RelNotes-1.6.0.5.txt |