date/time: do not get confused by fractional seconds
[git/dscho.git] / Documentation / RelNotes-1.6.1.txt
blobefaf9ac4f7bafe0629663e94d6a8e4984eb23692
1 GIT v1.6.1 Release Notes
2 ========================
4 Updates since v1.6.0
5 --------------------
7 (subsystems)
9 * ...
11 (portability)
13 * ...
15 (documentation)
17 * ...
19 (performance)
21 * ...
23 (usability, bells and whistles)
25 * ...
27 (internal)
29 * ...
32 Fixes since v1.6.0
33 ------------------
35 All of the fixes in v1.6.0.X maintenance series are included in this
36 release, unless otherwise noted.
39 exec >/var/tmp/1
40 O=v1.6.0
41 echo O=$(git describe master)
42 git shortlog --no-merges $O..master ^maint