Git 1.7.7.7 v1.7.7.7
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 16:41:52 +0000 (09:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 16:41:52 +0000 (09:41 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.7.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/1.7.7.7.txt b/Documentation/RelNotes/1.7.7.7.txt
new file mode 100644 (file)
index 0000000..e79118d
--- /dev/null
@@ -0,0 +1,13 @@
+Git v1.7.7.7 Release Notes
+==========================
+
+Fixes since v1.7.7.6
+--------------------
+
+ * An error message from 'git bundle' had an unmatched single quote pair in it.
+
+ * 'git diff --histogram' option was not described.
+
+ * 'git imap-send' carried an unused dead code.
+
+Also contains minor fixes and documentation updates.
index 6803e1309f0eaf43ec483e3344e886876bacf741..9c3e51c4b9a4aa553cba167ac7452f7427fd6e16 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.7.5/git.html[documentation for release 1.7.7.5]
+* link:v1.7.7.7/git.html[documentation for release 1.7.7.7]
 
 * release notes for
+  link:RelNotes/1.7.7.7.txt[1.7.7.7],
+  link:RelNotes/1.7.7.6.txt[1.7.7.6],
   link:RelNotes/1.7.7.5.txt[1.7.7.5],
   link:RelNotes/1.7.7.4.txt[1.7.7.4],
   link:RelNotes/1.7.7.3.txt[1.7.7.3],
index 2feae58821eaddf47d5de1c1497bbd939b1ce14b..0b68ab88816dfdcc5b24c5d8c7fbf7a0fb5f9c93 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.7.6
+DEF_VER=v1.7.7.7
 
 LF='
 '
index 472b95854bce66c50c310ed18dc149a3207df11f..81eb3c2271e534c04ec65227b45da12ab6eccf77 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.7.6.txt
\ No newline at end of file
+Documentation/RelNotes/1.7.7.7.txt
\ No newline at end of file