Skip to content

Commit 1a9016a

Browse files
committed
Start 1.6.0.4 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c2163c6 commit 1a9016a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Documentation/RelNotes-1.6.0.4.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
GIT v1.6.0.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.0.3
5+
--------------------
6+
7+
* 'git-add -p' said "No changes" when only binary files were changed.
8+
9+
* git-archive did not work correctly in bare repositories.
10+
11+
* when we refuse to detect renames because there are too many new or
12+
deleted files, we did not say how many there are.
13+
14+
* 'git-push --mirror' tried and failed to push the stash; there is no
15+
point in sending it to begin with.
16+
17+
* 'git-send-email' had a small fd leak while scanning directory.
18+
19+
* git-svn used deprecated 'git-foo' form of subcommand invocaition.
20+
21+
* Plugged small memleaks here and there.
22+
23+
* Also contains many documentation updates.
24+
25+
--
26+
exec >/var/tmp/1
27+
O=v1.6.0.3-22-gc2163c6
28+
echo O=$(git describe maint)
29+
git shortlog --no-merges $O..maint

RelNotes

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

0 commit comments

Comments
 (0)