Skip to content

Commit 781c183

Browse files
committed
GIT 1.5.6.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dbd0f5c commit 781c183

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

Documentation/RelNotes-1.5.6.5.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Fixes since v1.5.6.4
66

77
* "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
88

9+
* "git commit -F filename" and "git tag -F filename" run from subdirectories
10+
did not read the right file.
11+
912
* "git init --template=" with blank "template" parameter linked files
1013
under root directories to .git, which was a total nonsense. Instead, it
1114
means "I do not want to use anything from the template directory".
@@ -24,9 +27,3 @@ Fixes since v1.5.6.4
2427
header properly.
2528

2629
Contains other various documentation fixes.
27-
28-
--
29-
exec >/var/tmp/1
30-
echo O=$(git describe maint)
31-
O=v1.5.6.4-26-g2b6ca6d
32-
git shortlog --no-merges $O..maint

Documentation/git.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ 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.3/git.html[documentation for release 1.5.6.3]
46+
* link:v1.5.6.5/git.html[documentation for release 1.5.6.5]
4747

4848
* release notes for
49-
link:RelNotes-1.5.6.3.txt[1.5.6.3].
50-
link:RelNotes-1.5.6.2.txt[1.5.6.2].
51-
link:RelNotes-1.5.6.1.txt[1.5.6.1].
49+
link:RelNotes-1.5.6.5.txt[1.5.6.5],
50+
link:RelNotes-1.5.6.4.txt[1.5.6.4],
51+
link:RelNotes-1.5.6.3.txt[1.5.6.3],
52+
link:RelNotes-1.5.6.2.txt[1.5.6.2],
53+
link:RelNotes-1.5.6.1.txt[1.5.6.1],
5254
link:RelNotes-1.5.6.txt[1.5.6].
5355

5456
* link:v1.5.5.4/git.html[documentation for release 1.5.5.4]

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

66
LF='
77
'

0 commit comments

Comments
 (0)