Code

GIT 1.5.5-rc2 v1.5.5-rc2
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Mar 2008 03:43:51 +0000 (20:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Mar 2008 03:43:51 +0000 (20:43 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.4.5.txt
Documentation/git.txt
GIT-VERSION-GEN

index 56fcd27b5cf76517683775e11b0c7b9f07a18bae..02823413987d5a10364d936327e3a1cfb38cbac2 100644 (file)
@@ -54,9 +54,3 @@ Fixes since v1.5.4.4
    "rebase --continue" impossible.
 
 As usual, it also comes with many documentation fixes and clarifications.
-
---
-exec >/var/tmp/1
-echo O=$(git describe maint)
-O=v1.5.4.4-32-gb88605f
-git shortlog --no-merges $O..maint
index 3ed24d449a1f277c40dbb49654a196e38d1fa3e4..aaf318993670b537d523bd556b2f24072500c08c 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.5.4.4/git.html[documentation for release 1.5.4.4]
+* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
 
 * release notes for
+  link:RelNotes-1.5.4.5.txt[1.5.4.5],
   link:RelNotes-1.5.4.4.txt[1.5.4.4],
   link:RelNotes-1.5.4.3.txt[1.5.4.3],
   link:RelNotes-1.5.4.2.txt[1.5.4.2],
index d0b60f40d80017b4638a403ff4b0ec05550014b2..7529af931536d2d2060dbb48aeb0c3fddfb2eb81 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.5-rc1.GIT
+DEF_VER=v1.5.5-rc2.GIT
 
 LF='
 '