Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit d2446df

Browse files
committed
Git 1.8.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a3fc52 commit d2446df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/git.txt

+5
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.8.5/git.html[documentation for release 1.8.5]
47+
48+
* release notes for
49+
link:RelNotes/1.8.5.txt[1.8.5].
50+
4651
* link:v1.8.4.4/git.html[documentation for release 1.8.4.4]
4752

4853
* release notes for

GIT-VERSION-GEN

+1-1
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.8.5-rc3
4+
DEF_VER=v1.8.5
55

66
LF='
77
'

0 commit comments

Comments
 (0)