Skip to content

Commit

Permalink
GIT 1.5.5-rc3
Browse files Browse the repository at this point in the history
The rate of fixes that trickle in has slowed and we are definitely
getting there.  Hopefully one final round and we will have the final
1.5.5 soon.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Apr 2, 2008
1 parent eedb9d9 commit 6c41b80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Documentation/RelNotes-1.5.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Updates since v1.5.4

(subsystems)

* Comes with git-gui 0.9.3.
* Comes with git-gui 0.10.0

(portability)

Expand Down Expand Up @@ -166,8 +166,8 @@ Updates since v1.5.4
symmetric difference between the HEAD version and the work tree version
of the submodule commits.

* Various "git cvsimport", "git cvsexportcommit", "git svn" and
"git p4" improvements.
* Various "git cvsimport", "git cvsexportcommit", "git cvsserver",
"git svn" and "git p4" improvements.

(internal)

Expand Down Expand Up @@ -208,6 +208,6 @@ this release, unless otherwise noted.

---
exec >/var/tmp/1
O=v1.5.5-rc1-21-g319a36a
O=v1.5.5-rc3
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
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.5.5-rc2.GIT
DEF_VER=v1.5.5-rc3.GIT

LF='
'
Expand Down

0 comments on commit 6c41b80

Please sign in to comment.