]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 1.7.9.7 v1.7.9.7
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:23:15 +0000 (10:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:23:15 +0000 (10:23 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.7.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN

diff --git a/Documentation/RelNotes/1.7.9.7.txt b/Documentation/RelNotes/1.7.9.7.txt
new file mode 100644 (file)
index 0000000..59667d0
--- /dev/null
@@ -0,0 +1,13 @@
+Git v1.7.9.7 Release Notes
+==========================
+
+Fixes since v1.7.9.6
+--------------------
+
+ * An error message from 'git bundle' had an unmatched single quote pair in it.
+
+ * The way 'git fetch' implemented its connectivity check over
+   received objects was overly pessimistic, and wasted a lot of
+   cycles.
+
+Also contains minor fixes and documentation updates.
index f28a1767386ad933f996af6e7eaf63da48770777..8f3167587d7b9a49a24d80e5368d325b4707056c 100644 (file)
@@ -44,9 +44,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.7.9.6/git.html[documentation for release 1.7.9.6]
+* link:v1.7.9.7/git.html[documentation for release 1.7.9.7]
 
 * release notes for
+  link:RelNotes/1.7.9.7.txt[1.7.9.7],
   link:RelNotes/1.7.9.6.txt[1.7.9.6],
   link:RelNotes/1.7.9.5.txt[1.7.9.5],
   link:RelNotes/1.7.9.4.txt[1.7.9.4],
index ba8c50302fd5541c5db446afcd23817ab704950c..5b546353015cdb398fc4f49ae820701b0e6878ea 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.9.6
+DEF_VER=v1.7.9.7
 
 LF='
 '