Skip to content

Commit 1d2375d

Browse files
committed
GIT 1.5.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fae09a8 commit 1d2375d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Documentation/RelNotes-1.5.5.txt

Lines changed: 1 addition & 7 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.10.0
9+
* Comes with git-gui 0.10.1
1010

1111
(portability)
1212

@@ -205,9 +205,3 @@ this release, unless otherwise noted.
205205

206206
* "git imap-send" without setting imap.host did not error out but
207207
segfaulted.
208-
209-
---
210-
exec >/var/tmp/1
211-
O=v1.5.5-rc3
212-
echo O=`git describe refs/heads/master`
213-
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
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.5.5/git.html[documentation for release 1.5.5]
47+
48+
* release notes for
49+
link:RelNotes-1.5.5.txt[1.5.5].
50+
4651
* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
4752

4853
* release notes for

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

66
LF='
77
'

0 commit comments

Comments
 (0)