Skip to content

Commit 2d3539e

Browse files
committed
Update draft release notes for 1.5.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6b48990 commit 2d3539e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

Documentation/RelNotes-1.5.5.txt

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ GIT v1.5.5 Release Notes
44
Updates since v1.5.4
55
--------------------
66

7+
(subsystems)
8+
9+
* Comes with git-gui 0.9.3
10+
711
(performance)
812

913
* On platforms with suboptimal qsort(3) implementation, there
@@ -57,6 +61,8 @@ Updates since v1.5.4
5761

5862
* "git add -i" behaves better even before you make an initial commit.
5963

64+
* "git am" refused to run from a subdirectory without a good reason.
65+
6066
* After "git apply --whitespace=fix" fixes whitespace errors in a patch,
6167
a line before the fix can appear as a context or preimage line in a
6268
later patch, causing the patch not to apply. The command now knows to
@@ -81,6 +87,8 @@ Updates since v1.5.4
8187
inspect what is going to be committed and prepare the commit
8288
log message template to be edited.
8389

90+
* "git cvsimport" can now take more than one -M options.
91+
8492
* "git describe" learned to limit the tags to be used for
8593
naming with --match option.
8694

@@ -89,6 +97,12 @@ Updates since v1.5.4
8997

9098
* "git describe --exact-match" describes only commits that are tagged.
9199

100+
* "git describe --long" describes a tagged commit as $tag-0-$sha1,
101+
instead of just showing the exact tagname.
102+
103+
* "git describe" warns when using a tag whose name and path contradict
104+
with each other.
105+
92106
* "git diff" learned "--relative" option to limit and output paths
93107
relative to the current directory when working in a subdirectory.
94108

@@ -98,6 +112,8 @@ Updates since v1.5.4
98112
* "git format-patch" learned --cover-letter option to generate a cover
99113
letter template.
100114

115+
* "git gc" learned --quiet option.
116+
101117
* "git grep" now knows "--name-only" is a synonym for the "-l" option.
102118

103119
* "git help <alias>" now reports "'git <alias>' is alias to <what>",
@@ -144,8 +160,18 @@ Fixes since v1.5.4
144160
All of the fixes in v1.5.4 maintenance series are included in
145161
this release, unless otherwise noted.
146162

163+
* "git-daemon" did not send early errors to syslog.
164+
165+
* "git-http-push" did not allow deletion of remote ref with the usual
166+
"push <remote> :<branch>" syntax.
167+
168+
* "git-log --merge" did not well work with --left-right option.
169+
170+
* "git-rebase --abort" did not go back to the right location if
171+
"git-reset" was run during the "git-rebase" session.
172+
147173
---
148174
exec >/var/tmp/1
149-
O=v1.5.4.3-339-g7cf7f54
175+
O=v1.5.4.3-428-g6b48990
150176
echo O=`git describe refs/heads/master`
151177
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)