]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 1.8.4.2 v1.8.4.2
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:21:29 +0000 (10:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 17:21:29 +0000 (10:21 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.4.2.txt
Documentation/git.txt
GIT-VERSION-GEN

index 867ae69070d01dae59352d6d5e684a51288b026c..9adccb1efb8d3fe8a117fdd13b40abb1cb757fb7 100644 (file)
@@ -4,6 +4,20 @@ Git v1.8.4.2 Release Notes
 Fixes since v1.8.4.1
 --------------------
 
+ * "git clone" gave some progress messages to the standard output, not
+   to the standard error, and did not allow suppressing them with the
+   "--no-progress" option.
+
+ * "format-patch --from=<whom>" forgot to omit unnecessary in-body
+   from line, i.e. when <whom> is the same as the real author.
+
+ * "git shortlog" used to choke and die when there is a malformed
+   commit (e.g. missing authors); it now simply ignore such a commit
+   and keeps going.
+
+ * "git merge-recursive" did not parse its "--diff-algorithm=" command
+   line option correctly.
+
  * "git branch --track" had a minor regression in v1.8.3.2 and later
    that made it impossible to base your local work on anything but a
    local branch of the upstream repository you are tracking from.
index 5b83e0ab98b1da06c749b016f231584e644a73c0..90c5f37cebd043d2c8cc43a65d99f7b08f63383b 100644 (file)
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.8.4.1/git.html[documentation for release 1.8.4.1]
+* link:v1.8.4.2/git.html[documentation for release 1.8.4.2]
 
 * release notes for
+  link:RelNotes/1.8.4.2.txt[1.8.4.2],
   link:RelNotes/1.8.4.1.txt[1.8.4.1],
   link:RelNotes/1.8.4.txt[1.8.4].
 
index b4147d6db58133bb88d9011d1153410cf9f419ca..d801493b23d389662b5f1fa11e0cde1b3468a614 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.4.1
+DEF_VER=v1.8.4.2
 
 LF='
 '