Skip to content

Commit e449f10

Browse files
committed
GIT 1.5.6
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9a7bbd1 commit e449f10

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Documentation/RelNotes-1.5.6.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Updates since v1.5.5
1818
* "git init" now autodetects the case sensitivity of the filesystem and
1919
sets core.ignorecase accordingly.
2020

21+
* cpio is no longer used; neither "curl" binary (libcurl is still used).
22+
2123
(documentation)
2224

2325
* Many freestanding documentation pages have been converted and made
@@ -110,9 +112,4 @@ Fixes since v1.5.5
110112
All of the fixes in v1.5.5 maintenance series are included in
111113
this release, unless otherwise noted.
112114

113-
114-
--
115-
exec >/var/tmp/1
116-
O=v1.5.6-rc3
117-
echo O=`git describe refs/heads/master`
118-
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
115+
And there are too numerous small fixes to otherwise note here ;-)

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.6/git.html[documentation for release 1.5.6]
47+
48+
* release notes for
49+
link:RelNotes-1.5.6.txt[1.5.6],
50+
4651
* link:v1.5.5/git.html[documentation for release 1.5.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.GIT
4+
DEF_VER=v1.5.6.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)