Skip to content

Commit 78d553b

Browse files
committed
GIT 1.6.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8588616 commit 78d553b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Documentation/RelNotes-1.6.5.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,3 @@ Fixes since v1.6.4
167167

168168
All of the fixes in v1.6.4.X maintenance series are included in this
169169
release, unless otherwise noted.
170-
171-
--
172-
exec >/var/tmp/1
173-
O=v1.6.5-rc3-4-gbf8fc21
174-
echo O=$(git describe master)
175-
git shortlog --no-merges $O..master --not maint

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46+
* link:v1.6.5/git.html[documentation for release 1.6.5]
47+
48+
* release notes for
49+
link:RelNotes-1.6.5.txt[1.6.5].
50+
4651
* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
4752

4853
* release notes for

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.4.GIT
4+
DEF_VER=v1.6.5
55

66
LF='
77
'

0 commit comments

Comments
 (0)