summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d4138a)
raw | patch | inline | side by side (parent: 5d4138a)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Nov 2007 08:32:38 +0000 (00:32 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Nov 2007 08:32:38 +0000 (00:32 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.4.txt | patch | blob | history |
index 65dd1b0a2d5e13665a774f4a981ed8c30e6ff37c..93fb9c914c38388b3b1db11d2b6e63183a9bb952 100644 (file)
* Comes with much improved gitk.
- * git-reset is now built-in.
+ * "progress display" from many commands are a lot nicer to the
+ eye. Transfer commands show throughput data.
+
+ * git-reset is now built-in and its output can be squelched with -q.
* git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
* git-lost-found was deprecated in favor of git-fsck's --lost-found
option.
+ * git-svnimport was removed in favor of git-svn.
+
+ * git-bisect learned "skip" action to mark untestable commits.
+
+ * rename detection diff family, while detecting exact matches,
+ has been greatly optimized.
+
+ * Example update and post-receive hooks have been improved.
+
+ * In addition there are quite a few internal clean-ups. Notably
+
+ - many fork/exec have been replaced with run-command API,
+ brought from the msysgit effort.
+
+ - introduction and more use of the option parser API.
+
+ - enhancement and more use of the strbuf API.
+
+
Fixes since v1.5.3
------------------
--
exec >/var/tmp/1
-O=v1.5.3.4-450-g952a9e5
+O=v1.5.3.5-618-g5d4138a
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint