Skip to content

Commit 02893a8

Browse files
committed
Update draft 1.6.0.4 release notes
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f6276b7 commit 02893a8

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

Documentation/RelNotes-1.6.0.4.txt

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,37 @@ GIT v1.6.0.4 Release Notes
44
Fixes since v1.6.0.3
55
--------------------
66

7-
* 'git-add -p' said "No changes" when only binary files were changed.
7+
* 'git add -p' said "No changes" when only binary files were changed.
88

9-
* git-archive did not work correctly in bare repositories.
9+
* 'git archive' did not work correctly in bare repositories.
10+
11+
* 'git checkout -t -b newbranch' when you are on detached HEAD was broken.
1012

1113
* when we refuse to detect renames because there are too many new or
12-
deleted files, we did not say how many there are.
14+
deleted files, 'git diff' did not say how many there are.
1315

14-
* 'git-push --mirror' tried and failed to push the stash; there is no
16+
* 'git push --mirror' tried and failed to push the stash; there is no
1517
point in sending it to begin with.
1618

17-
* 'git-send-email' had a small fd leak while scanning directory.
19+
* 'git pull $there $branch:$current_branch' did not work when you were on
20+
a branch yet to be born.
21+
22+
* when giving up resolving a conflicted merge, 'git reset --hard' failed
23+
to remove new paths from the working tree.
24+
25+
* 'git send-email' had a small fd leak while scanning directory.
26+
27+
* 'git status' incorrectly reported a submodule directory as an untracked
28+
directory.
1829

19-
* git-svn used deprecated 'git-foo' form of subcommand invocaition.
30+
* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
2031

2132
* Plugged small memleaks here and there.
2233

2334
* Also contains many documentation updates.
2435

2536
--
2637
exec >/var/tmp/1
27-
O=v1.6.0.3-22-gc2163c6
38+
O=v1.6.0.3-34-gf6276b7
2839
echo O=$(git describe maint)
2940
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)