Browse Source

GIT 1.5.5-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.5.5-rc2
Junio C Hamano 17 years ago
parent
commit
803d515812
  1. 6
      Documentation/RelNotes-1.5.4.5.txt
  2. 3
      Documentation/git.txt
  3. 2
      GIT-VERSION-GEN

6
Documentation/RelNotes-1.5.4.5.txt

@ -54,9 +54,3 @@ Fixes since v1.5.4.4 @@ -54,9 +54,3 @@ Fixes since v1.5.4.4
"rebase --continue" impossible.

As usual, it also comes with many documentation fixes and clarifications.

--
exec >/var/tmp/1
echo O=$(git describe maint)
O=v1.5.4.4-32-gb88605f
git shortlog --no-merges $O..maint

3
Documentation/git.txt

@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master' @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.5.4.4/git.html[documentation for release 1.5.4.4]
* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]

* release notes for
link:RelNotes-1.5.4.5.txt[1.5.4.5],
link:RelNotes-1.5.4.4.txt[1.5.4.4],
link:RelNotes-1.5.4.3.txt[1.5.4.3],
link:RelNotes-1.5.4.2.txt[1.5.4.2],

2
GIT-VERSION-GEN

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

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.5-rc1.GIT
DEF_VER=v1.5.5-rc2.GIT

LF='
'

Loading…
Cancel
Save