]> asedeno.scripts.mit.edu Git - git.git/blob - Documentation/RelNotes-1.6.0.4.txt
Merge branch 'maint'
[git.git] / Documentation / RelNotes-1.6.0.4.txt
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