@@ -47,29 +47,39 @@ Updates since v1.6.2
4747* git-bisect shows not just the number of remaining commits whose goodness
4848 is unknown, but also shows the estimated number of remaining rounds.
4949
50+ * You can give --date=<format> option to git-blame.
51+
5052* git-branch -r shows HEAD symref that points at a remote branch in
5153 interest of each tracked remote repository.
5254
5355* git-config learned -e option to open an editor to edit the config file
5456 directly.
5557
58+ * git-clone runs post-checkout hook when run without --no-checkout.
59+
5660* git-format-patch can be told to use attachment with a new configuration,
5761 format.attach.
5862
63+ * git-format-patch can be told to produce deep or shallow message threads.
64+
5965* git-imap-send learned to work around Thunderbird's inability to easily
6066 disable format=flowed with a new configuration, imap.preformattedHTML.
6167
6268* git-rebase can be told to rebase the series even if your branch is a
6369 descendant of the commit you are rebasing onto with --force-rebase
6470 option.
6571
72+ * git-rebase can be told to report diffstat with the --stat option.
73+
6674* git-send-email learned --confirm option to review the Cc: list before
6775 sending the messages out.
6876
6977(developers)
7078
7179* Test scripts can be run under valgrind.
7280
81+ * Makefile learned 'coverage' option to run the test suites with
82+ coverage tracking enabled.
7383
7484Fixes since v1.6.2
7585------------------
@@ -80,8 +90,15 @@ release, unless otherwise noted.
8090Here are fixes that this release has, but have not been backported to
8191v1.6.2.X series.
8292
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+
83100---
84101exec >/var/tmp/1
85- O=v1.6.2-77-g8cc3fe4
102+ O=v1.6.2-149-g6462146
86103echo O=$(git describe master)
87104git shortlog --no-merges $O..master ^maint
0 commit comments