Skip to content

Commit 5359fde

Browse files
committed
Update draft release notes to 1.6.0.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27f6496 commit 5359fde

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes-1.6.0.5.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,34 @@ Fixes since v1.6.0.4
1010
* '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
14+
the command.
15+
16+
* 'git fast-export' did not export all tags.
17+
18+
* 'git ls-files --with-tree=<tree>' did not work with options other
19+
than -c, most notably with -m.
20+
1321
* 'git pack-objects' did not make its best effort to honor --max-pack-size
1422
option when a single first object already busted the given limit and
1523
placed many objects in a single pack.
1624

25+
* 'git-p4' fast import frontend was too eager to trigger its keyword expansion
26+
logic, even on a keyword-looking string that does not have closing '$' on the
27+
same line.
28+
29+
* 'git push $there' when the remote $there is defined in $GIT_DIR/branches/$there
30+
behaves more like what cg-push from Cogito used to work.
31+
32+
* 'git tag' did not complain when given mutually incompatible set of options.
33+
1734
* 'make check' cannot be run without sparse; people may have meant to say
1835
'make test' instead, so suggest that.
1936

2037
* Many unsafe call to sprintf() style varargs functions are corrected.
2138

39+
* Also contains quite a few documentation updates.
40+
41+
--
42+
O=v1.6.0.4-39-g27f6496
43+

0 commit comments

Comments
 (0)