summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-09 08:32:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-09 08:32:38 (GMT)
commitc238dad407aec1ccf6e364f9c95e10e7f84eac8f (patch)
tree987a62939a1446cfa7cc0d7fba7ed7598bacb987 /Documentation/RelNotes-1.5.4.txt
parent5d4138a66d265e7ddbe21d44f79bcaa1e9a6b6ff (diff)
downloadgit-c238dad407aec1ccf6e364f9c95e10e7f84eac8f.zip
git-c238dad407aec1ccf6e364f9c95e10e7f84eac8f.tar.gz
git-c238dad407aec1ccf6e364f9c95e10e7f84eac8f.tar.bz2
Update draft release notes for 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.4.txt26
1 files changed, 24 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index 65dd1b0..93fb9c9 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/RelNotes-1.5.4.txt
@@ -6,7 +6,10 @@ Updates since v1.5.3
* 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.
@@ -49,6 +52,25 @@ Updates since v1.5.3
* 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
------------------
@@ -57,6 +79,6 @@ this release, unless otherwise noted.
--
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