Code

GIT 1.5.5.4 v1.5.5.4
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Jun 2008 18:45:48 +0000 (11:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jun 2008 18:45:48 +0000 (11:45 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.5.4.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes-1.5.5.4.txt b/Documentation/RelNotes-1.5.5.4.txt
new file mode 100644 (file)
index 0000000..2d0279e
--- /dev/null
@@ -0,0 +1,7 @@
+GIT v1.5.5.4 Release Notes
+==========================
+
+Fixes since v1.5.5.4
+--------------------
+
+ * "git name-rev --all" used to segfault.
index ccaa655d1f25677474b8860077557c5242048629..615c307cbc5ab398a523ea5740cb15a3282f0ae9 100644 (file)
@@ -46,12 +46,13 @@ Documentation for older releases are available here:
 * link:v1.5.5/git.html[documentation for release 1.5.5]
 
 * release notes for
+  link:RelNotes-1.5.5.4.txt[1.5.5.4],
   link:RelNotes-1.5.5.3.txt[1.5.5.3],
   link:RelNotes-1.5.5.2.txt[1.5.5.2],
   link:RelNotes-1.5.5.1.txt[1.5.5.1],
   link:RelNotes-1.5.5.txt[1.5.5].
 
-* link:v1.5.5.3/git.html[documentation for release 1.5.5.3]
+* link:v1.5.5.4/git.html[documentation for release 1.5.5.4]
 
 * link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
 
index 45fc112de64911ab5c39a954b942b33f0b9afa5d..98d650aa621bda424218bfa800c4f90fe6050472 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.5.3.GIT
+DEF_VER=v1.5.5.4.GIT
 
 LF='
 '
index 6be0f7886fb537401471e9461aa5114fc75232bd..1b9812afe7f69859b0828e1ad4aed2de31e35e46 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.5.5.3.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.5.4.txt
\ No newline at end of file