Skip to content

Commit 20bd3b0

Browse files
committed
Release Notes for 1.5.5.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 77599cc commit 20bd3b0

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Documentation/RelNotes-1.5.5.2.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
GIT v1.5.5.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.5.1
5+
--------------------
6+
7+
* "git repack -n" was mistakenly made no-op earlier.
8+
9+
* "git imap-send" wanted to always have imap.host even when use of
10+
imap.tunnel made it unnecessary.
11+
12+
* reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not
13+
stop parsing at the closing "}".
14+
15+
* "git rev-parse --symbolic-full-name ^master^2" printed solitary "^",
16+
but it should print nothing.
17+
18+
* "git commit" did not detect when it failed to write tree objects.
19+
20+
* "git fetch" sometimes transferred too many objects unnecessarily.
21+
22+
* a path specification "a/b" in .gitattributes file should not match
23+
"sub/a/b".
24+
25+
* various gitweb fixes.
26+
27+
Also comes with various documentation updates.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.5.1.txt
1+
Documentation/RelNotes-1.5.5.2.txt

0 commit comments

Comments
 (0)