Skip to content

Commit 6c41b80

Browse files
committed
GIT 1.5.5-rc3
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>
1 parent eedb9d9 commit 6c41b80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Documentation/RelNotes-1.5.5.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Updates since v1.5.4
66

77
(subsystems)
88

9-
* Comes with git-gui 0.9.3.
9+
* Comes with git-gui 0.10.0
1010

1111
(portability)
1212

@@ -166,8 +166,8 @@ Updates since v1.5.4
166166
symmetric difference between the HEAD version and the work tree version
167167
of the submodule commits.
168168

169-
* Various "git cvsimport", "git cvsexportcommit", "git svn" and
170-
"git p4" improvements.
169+
* Various "git cvsimport", "git cvsexportcommit", "git cvsserver",
170+
"git svn" and "git p4" improvements.
171171

172172
(internal)
173173

@@ -208,6 +208,6 @@ this release, unless otherwise noted.
208208

209209
---
210210
exec >/var/tmp/1
211-
O=v1.5.5-rc1-21-g319a36a
211+
O=v1.5.5-rc3
212212
echo O=`git describe refs/heads/master`
213213
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
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.5.5-rc2.GIT
4+
DEF_VER=v1.5.5-rc3.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)