Browse Source

Git 1.6.6

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.6.6
Junio C Hamano 15 years ago
parent
commit
902f235378
  1. 3
      Documentation/RelNotes-1.6.6.txt
  2. 5
      Documentation/git.txt
  3. 2
      GIT-VERSION-GEN

3
Documentation/RelNotes-1.6.6.txt

@ -217,9 +217,6 @@ Updates since v1.6.5 @@ -217,9 +217,6 @@ Updates since v1.6.5
* Author names shown in gitweb output are links to search commits by the
author.


(developers)

Fixes since v1.6.5
------------------


5
Documentation/git.txt

@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master' @@ -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.6/git.html[documentation for release 1.6.6]

* release notes for
link:RelNotes-1.6.6.txt[1.6.6].

* link:v1.6.5.7/git.html[documentation for release 1.6.5.7]

* release notes for

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.6.6-rc4.GIT
DEF_VER=v1.6.6

LF='
'

Loading…
Cancel
Save