summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.3.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-10-01 09:07:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-10-01 09:07:47 (GMT)
commit5946d4ba8970f00bb62b2c9e8714264831034043 (patch)
treeeae61e6a249fd1daa023f5dae3be661779cfe79c /Documentation/RelNotes-1.5.3.4.txt
parent0bdcac5666170547dc7882cc1d39b0481206074b (diff)
downloadgit-5946d4ba8970f00bb62b2c9e8714264831034043.zip
git-5946d4ba8970f00bb62b2c9e8714264831034043.tar.gz
git-5946d4ba8970f00bb62b2c9e8714264831034043.tar.bz2
Whip post 1.5.3.3 maintenance series into shape.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.3.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.3.4.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.3.4.txt b/Documentation/RelNotes-1.5.3.4.txt
new file mode 100644
index 0000000..47ba287
--- /dev/null
+++ b/Documentation/RelNotes-1.5.3.4.txt
@@ -0,0 +1,28 @@
+GIT v1.5.3.4 Release Notes
+==========================
+
+Fixes since v1.5.3.3
+--------------------
+
+ * Sample 'post-receive-hook' incorrectly sent out push
+ notification e-mails marked as "From: " the committer of the
+ commit that happened to be at the tip of the branch that was
+ pushed, not from the person who pushed.
+
+ * git-remote did not exit non-zero status upon error.
+
+ * "git-add -i" did not respond very well to EOF from tty nor
+ bogus input.
+
+ * "git rebase -i" squash subcommand incorrectly made the
+ author of later commit the author of resulting commit,
+ instead of taking from the first one in the squashed series.
+
+ * "git stash apply --index" was not documented.
+
+
+--
+exec >/var/tmp/1
+O=v1.5.3.3-6-g0bdcac5
+echo O=`git describe refs/heads/maint`
+git shortlog --no-merges $O..refs/heads/maint