Skip to content

Commit 902f235

Browse files
committed
Git 1.6.6
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b7f44fd commit 902f235

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ Updates since v1.6.5
217217
* Author names shown in gitweb output are links to search commits by the
218218
author.
219219

220-
221-
(developers)
222-
223220
Fixes since v1.6.5
224221
------------------
225222

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.6/git.html[documentation for release 1.6.6]
47+
48+
* release notes for
49+
link:RelNotes-1.6.6.txt[1.6.6].
50+
4651
* link:v1.6.5.7/git.html[documentation for release 1.6.5.7]
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.6-rc4.GIT
4+
DEF_VER=v1.6.6
55

66
LF='
77
'

0 commit comments

Comments
 (0)