Skip to content

Commit c14639f

Browse files
committed
Start 1.6.0.5 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a1e4760 commit c14639f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Documentation/RelNotes-1.6.0.5.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
GIT v1.6.0.5 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.0.4
5+
--------------------
6+
7+
* 'git checkout' used to crash when your HEAD was pointing at a deleted
8+
branch.
9+
10+
* 'git checkout' from an un-checked-out state did not allow switching out
11+
of the current branch.
12+
13+
* 'git pack-objects' did not make its best effort to honor --max-pack-size
14+
option when a single first object already busted the given limit and
15+
placed many objects in a single pack.
16+
17+
* 'make check' cannot be run without sparse; people may have meant to say
18+
'make test' instead, so suggest that.
19+
20+
* Many unsafe call to sprintf() style varargs functions are corrected.
21+

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.0.4.txt
1+
Documentation/RelNotes-1.6.0.5.txt

0 commit comments

Comments
 (0)