1GIT v1.6.1 Release Notes
2========================
3
4Updates 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
32Fixes since v1.6.0
33------------------
34
35All of the fixes in v1.6.0.X maintenance series are included in this
36release, unless otherwise noted.
37
38--
39exec >/var/tmp/1
40O=v1.6.0
41echo O=$(git describe master)
42git shortlog --no-merges $O..master ^maint