@@ -47,29 +47,39 @@ Updates since v1.6.2
47
47
* git-bisect shows not just the number of remaining commits whose goodness
48
48
is unknown, but also shows the estimated number of remaining rounds.
49
49
50
+ * You can give --date=<format> option to git-blame.
51
+
50
52
* git-branch -r shows HEAD symref that points at a remote branch in
51
53
interest of each tracked remote repository.
52
54
53
55
* git-config learned -e option to open an editor to edit the config file
54
56
directly.
55
57
58
+ * git-clone runs post-checkout hook when run without --no-checkout.
59
+
56
60
* git-format-patch can be told to use attachment with a new configuration,
57
61
format.attach.
58
62
63
+ * git-format-patch can be told to produce deep or shallow message threads.
64
+
59
65
* git-imap-send learned to work around Thunderbird's inability to easily
60
66
disable format=flowed with a new configuration, imap.preformattedHTML.
61
67
62
68
* git-rebase can be told to rebase the series even if your branch is a
63
69
descendant of the commit you are rebasing onto with --force-rebase
64
70
option.
65
71
72
+ * git-rebase can be told to report diffstat with the --stat option.
73
+
66
74
* git-send-email learned --confirm option to review the Cc: list before
67
75
sending the messages out.
68
76
69
77
(developers)
70
78
71
79
* Test scripts can be run under valgrind.
72
80
81
+ * Makefile learned 'coverage' option to run the test suites with
82
+ coverage tracking enabled.
73
83
74
84
Fixes since v1.6.2
75
85
------------------
@@ -80,8 +90,15 @@ release, unless otherwise noted.
80
90
Here are fixes that this release has, but have not been backported to
81
91
v1.6.2.X series.
82
92
93
+ * 'git-submodule add' did not tolerate extra slashes and ./ in the
94
+ path it accepted from the command line; it now is more lenient
95
+ (if needed, backport by merging db75ada).
96
+
97
+ * git-gc spent excessive amount of time to decide if an object appears
98
+ in a locally existing pack (if needed, backport by merging 69e020a).
99
+
83
100
---
84
101
exec >/var/tmp/1
85
- O=v1.6.2-77-g8cc3fe4
102
+ O=v1.6.2-149-g6462146
86
103
echo O=$(git describe master)
87
104
git shortlog --no-merges $O..master ^maint
0 commit comments