Git 1.7.8.6 v1.7.8.6
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 16:59:22 +0000 (09:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:14:45 +0000 (10:14 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.8.6.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/1.7.8.6.txt b/Documentation/RelNotes/1.7.8.6.txt
new file mode 100644 (file)
index 0000000..d9bf2b7
--- /dev/null
@@ -0,0 +1,22 @@
+Git v1.7.8.6 Release Notes
+==========================
+
+Fixes since v1.7.8.5
+--------------------
+
+ * An error message from 'git bundle' had an unmatched single quote pair in it.
+
+ * 'git diff --histogram' option was not described.
+
+ * Documentation for 'git rev-list' had minor formatting errors.
+
+ * 'git imap-send' carried an unused dead code.
+
+ * The way 'git fetch' implemented its connectivity check over
+   received objects was overly pessimistic, and wasted a lot of
+   cycles.
+
+ * Various minor backports of fixes from the 'master' and the 'maint'
+   branch.
+
+Also contains minor fixes and documentation updates.
index e71a0d1d32f2847b2ec71a6b343765735ab63e6b..16528492dfc8d1e7a24746d63632680aa1763add 100644 (file)
@@ -44,9 +44,11 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.7.8.4/git.html[documentation for release 1.7.8.4]
+* link:v1.7.8.6/git.html[documentation for release 1.7.8.6]
 
 * release notes for
+  link:RelNotes/1.7.8.6.txt[1.7.8.6],
+  link:RelNotes/1.7.8.5.txt[1.7.8.5],
   link:RelNotes/1.7.8.4.txt[1.7.8.4],
   link:RelNotes/1.7.8.3.txt[1.7.8.3],
   link:RelNotes/1.7.8.2.txt[1.7.8.2],
index c95c200eebfcfb1ff935045ee2fb850d317a03a7..fe43c5a309f261d1ed7c95d6d532951a744286f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.8.5
+DEF_VER=v1.7.8.6
 
 LF='
 '
index dfc0e738d9198a8b9a85ed3c8b1f621f71b32f25..b5c2795d47322706288f8683a87d6cd1c9c9833e 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.8.5.txt
\ No newline at end of file
+Documentation/RelNotes/1.7.8.6.txt
\ No newline at end of file