Code

GIT 1.6.5 v1.6.5
authorJunio C Hamano <gitster@pobox.com>
Sat, 10 Oct 2009 07:05:19 +0000 (00:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Oct 2009 07:05:19 +0000 (00:05 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.5.txt
Documentation/git.txt
GIT-VERSION-GEN

index 636e226a3705f06575c4dc2825c3f7d40f1d0242..ee141c19add21c463d076e994ee68704eb13ba55 100644 (file)
@@ -167,9 +167,3 @@ Fixes since v1.6.4
 
 All of the fixes in v1.6.4.X maintenance series are included in this
 release, unless otherwise noted.
-
---
-exec >/var/tmp/1
-O=v1.6.5-rc3-4-gbf8fc21
-echo O=$(git describe master)
-git shortlog --no-merges $O..master --not maint
index 20b573e37cc8dcbd09c487fb799b0afe4256eb2f..d97aaf5bf8a2973f68e8bad308ae7a7fba1bf36b 100644 (file)
@@ -43,6 +43,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.6.5/git.html[documentation for release 1.6.5]
+
+* release notes for
+  link:RelNotes-1.6.5.txt[1.6.5].
+
 * link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
 
 * release notes for
index d7d9a9a063f6c7dbab5c9a14008b9a45e7f3379b..08e6073f33f321f218fc2b4478d939c2469bbcf5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.4.GIT
+DEF_VER=v1.6.5
 
 LF='
 '