summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8588616)
raw | patch | inline | side by side (parent: 8588616)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 10 Oct 2009 07:05:19 +0000 (00:05 -0700) | ||
committer | Junio 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 | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 636e226a3705f06575c4dc2825c3f7d40f1d0242..ee141c19add21c463d076e994ee68704eb13ba55 100644 (file)
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
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 20b573e37cc8dcbd09c487fb799b0afe4256eb2f..d97aaf5bf8a2973f68e8bad308ae7a7fba1bf36b 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d7d9a9a063f6c7dbab5c9a14008b9a45e7f3379b..08e6073f33f321f218fc2b4478d939c2469bbcf5 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.4.GIT
+DEF_VER=v1.6.5
LF='
'