add boolean diff.suppress-blank-empty config option
[git] / Documentation / RelNotes-1.6.1.txt
1 GIT v1.6.1 Release Notes
2 ========================
3
4 Updates since v1.6.0
5 --------------------
6
7 (subsystems)
8
9 * ...
10
11 (portability)
12
13 * ...
14
15 (documentation)
16
17 * ...
18
19 (performance)
20
21 * ...
22
23 (usability, bells and whistles)
24
25 * ...
26
27 (internal)
28
29 * ...
30
31
32 Fixes since v1.6.0
33 ------------------
34
35 All of the fixes in v1.6.0.X maintenance series are included in this
36 release, unless otherwise noted.
37
38 --
39 exec >/var/tmp/1
40 O=v1.6.0
41 echo O=$(git describe master)
42 git shortlog --no-merges $O..master ^maint