Skip to content
/ git Public
forked from git/git

Commit

Permalink
GIT 1.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Oct 10, 2009
1 parent 8588616 commit 78d553b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Documentation/RelNotes-1.6.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,3 @@ Fixes since v1.6.4

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
5 changes: 5 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.6.4.GIT
DEF_VER=v1.6.5

LF='
'
Expand Down

0 comments on commit 78d553b

Please sign in to comment.