@@ -6,7 +6,10 @@ Updates since v1.5.3
66
77 * Comes with much improved gitk.
88
9- * git-reset is now built-in.
9+ * "progress display" from many commands are a lot nicer to the
10+ eye. Transfer commands show throughput data.
11+
12+ * git-reset is now built-in and its output can be squelched with -q.
1013
1114 * git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
1215
@@ -49,6 +52,25 @@ Updates since v1.5.3
4952 * git-lost-found was deprecated in favor of git-fsck's --lost-found
5053 option.
5154
55+ * git-svnimport was removed in favor of git-svn.
56+
57+ * git-bisect learned "skip" action to mark untestable commits.
58+
59+ * rename detection diff family, while detecting exact matches,
60+ has been greatly optimized.
61+
62+ * Example update and post-receive hooks have been improved.
63+
64+ * In addition there are quite a few internal clean-ups. Notably
65+
66+ - many fork/exec have been replaced with run-command API,
67+ brought from the msysgit effort.
68+
69+ - introduction and more use of the option parser API.
70+
71+ - enhancement and more use of the strbuf API.
72+
73+
5274Fixes since v1.5.3
5375------------------
5476
@@ -57,6 +79,6 @@ this release, unless otherwise noted.
5779
5880--
5981exec >/var/tmp/1
60- O=v1.5.3.4-450-g952a9e5
82+ O=v1.5.3.5-618-g5d4138a
6183echo O=`git describe refs/heads/master`
6284git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments