Skip to content

Commit 1c2ed59

Browse files
committed
GIT 1.6.0.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dbc2fb6 commit 1c2ed59

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

Documentation/RelNotes-1.6.0.5.txt

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,53 @@ GIT v1.6.0.5 Release Notes
44
Fixes since v1.6.0.4
55
--------------------
66

7-
* 'git checkout' used to crash when your HEAD was pointing at a deleted
7+
* "git checkout" used to crash when your HEAD was pointing at a deleted
88
branch.
99

10-
* 'git checkout' from an un-checked-out state did not allow switching out
10+
* "git checkout" from an un-checked-out state did not allow switching out
1111
of the current branch.
1212

13-
* 'git diff' always allowed GIT_EXTERNAL_DIFF and --no-ext-diff was no-op for
13+
* "git diff" always allowed GIT_EXTERNAL_DIFF and --no-ext-diff was no-op for
1414
the command.
1515

16-
* 'git fast-export' did not export all tags.
16+
* Giving 3 or more tree-ish to "git diff" is supposed to show the combined
17+
diff from second and subsequent trees to the first one, but the order was
18+
screwed up.
1719

18-
* 'git ls-files --with-tree=<tree>' did not work with options other
20+
* "git fast-export" did not export all tags.
21+
22+
* "git ls-files --with-tree=<tree>" did not work with options other
1923
than -c, most notably with -m.
2024

21-
* 'git pack-objects' did not make its best effort to honor --max-pack-size
25+
* "git pack-objects" did not make its best effort to honor --max-pack-size
2226
option when a single first object already busted the given limit and
2327
placed many objects in a single pack.
2428

25-
* 'git-p4' fast import frontend was too eager to trigger its keyword expansion
29+
* "git-p4" fast import frontend was too eager to trigger its keyword expansion
2630
logic, even on a keyword-looking string that does not have closing '$' on the
2731
same line.
2832

29-
* 'git push $there' when the remote $there is defined in $GIT_DIR/branches/$there
33+
* "git push $there" when the remote $there is defined in $GIT_DIR/branches/$there
3034
behaves more like what cg-push from Cogito used to work.
3135

32-
* 'git tag' did not complain when given mutually incompatible set of options.
36+
* when giving up resolving a conflicted merge, "git reset --hard" failed
37+
to remove new paths from the working tree.
3338

34-
* 'make check' cannot be run without sparse; people may have meant to say
35-
'make test' instead, so suggest that.
39+
* "git tag" did not complain when given mutually incompatible set of options.
3640

37-
* Many unsafe call to sprintf() style varargs functions are corrected.
41+
* The message constructed in the internal editor was discarded when "git
42+
tag -s" failed to sign the message, which was often caused by the user
43+
not configuring GPG correctly.
3844

39-
* Also contains quite a few documentation updates.
45+
* "make check" cannot be run without sparse; people may have meant to say
46+
"make test" instead, so suggest that.
47+
48+
* Internal diff machinery had a corner case performance bug that choked on
49+
a large file with many repeated contents.
4050

41-
--
42-
O=v1.6.0.4-39-g27f6496
51+
* "git repack" used to grab objects out of packs marked with .keep
52+
into a new pack.
4353

54+
* Many unsafe call to sprintf() style varargs functions are corrected.
55+
56+
* Also contains quite a few documentation updates.

0 commit comments

Comments
 (0)