Skip to content

Commit 2d0f5f3

Browse files
committed
RelNotes 1.5.6.5 updates
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b6ca6d commit 2d0f5f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes-1.5.6.5.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ GIT v1.5.6.5 Release Notes
44
Fixes since v1.5.6.4
55
--------------------
66

7+
* "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
8+
79
* "git init --template=" with blank "template" parameter linked files
810
under root directories to .git, which was a total nonsense. Instead, it
911
means "I do not want to use anything from the template directory".
1012

13+
* "git diff-tree" and other diff plumbing ignored diff.renamelimit configuration
14+
variable when the user explicitly asked for rename detection.
15+
16+
* "git name-rev --name-only" did not work when "--stdin" option was in effect.
17+
1118
* "git show-branch" mishandled its 8th branch.
1219

1320
* Addition of "git update-index --ignore-submodules" that happened during
@@ -17,3 +24,9 @@ Fixes since v1.5.6.4
1724
header properly.
1825

1926
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

0 commit comments

Comments
 (0)