Skip to content

Commit 5f0734f

Browse files
committed
Merge branch 'maint'
* maint: GIT 1.5.5.1
2 parents e9f9d4f + 66aaa2f commit 5f0734f

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

Documentation/RelNotes-1.5.5.1.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
GIT v1.5.5.1 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.5
5+
------------------
6+
7+
* "git archive --prefix=$path/" mishandled gitattributes.
8+
9+
* "git fetch -v" that fetches into FETCH_HEAD did not report the summary
10+
the same way as done for updating the tracking refs.
11+
12+
* "git svn" misbehaved when the configuration file customized the "git
13+
log" output format using format.pretty.
14+
15+
* "git submodule status" leaked an unnecessary error message.
16+
17+
* "git log --date-order --topo-order" did not override the earlier
18+
date-order with topo-order as expected.
19+
20+
* "git bisect good $this" did not check the validity of the revision
21+
given properly.
22+
23+
* "url.<there>.insteadOf" did not work correctly.
24+
25+
* "git clean" ran inside subdirectory behaved as if the directory was
26+
explicitly specified for removal by the end user from the top level.
27+
28+
* "git bisect" from a detached head leaked an unnecessary error message.
29+
30+
* "git bisect good $a $b" when $a is Ok but $b is bogus should have
31+
atomically failed before marking $a as good.
32+
33+
* "git fmt-merge-msg" did not clean up leading empty lines from commit
34+
log messages like "git log" family does.
35+
36+
* "git am" recorded a commit with empty Subject: line without
37+
complaining.
38+
39+
* when given a commit log message whose first paragraph consists of
40+
multiple lines, "git rebase" squashed it into a single line.
41+
42+
* "git remote add $bogus_name $url" did not complain properly.
43+
44+
Also comes with various documentation updates.

Documentation/git.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ Documentation for older releases are available here:
4646
* link:v1.5.5/git.html[documentation for release 1.5.5]
4747

4848
* release notes for
49+
link:RelNotes-1.5.5.1.txt[1.5.5.1],
4950
link:RelNotes-1.5.5.txt[1.5.5].
5051

52+
* link:v1.5.5.1/git.html[documentation for release 1.5.5.1]
53+
5154
* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
5255

5356
* release notes for

RelNotes

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

0 commit comments

Comments
 (0)