@@ -4,6 +4,10 @@ GIT v1.5.5 Release Notes
4
4
Updates since v1.5.4
5
5
--------------------
6
6
7
+ (subsystems)
8
+
9
+ * Comes with git-gui 0.9.3
10
+
7
11
(performance)
8
12
9
13
* On platforms with suboptimal qsort(3) implementation, there
@@ -57,6 +61,8 @@ Updates since v1.5.4
57
61
58
62
* "git add -i" behaves better even before you make an initial commit.
59
63
64
+ * "git am" refused to run from a subdirectory without a good reason.
65
+
60
66
* After "git apply --whitespace=fix" fixes whitespace errors in a patch,
61
67
a line before the fix can appear as a context or preimage line in a
62
68
later patch, causing the patch not to apply. The command now knows to
@@ -81,6 +87,8 @@ Updates since v1.5.4
81
87
inspect what is going to be committed and prepare the commit
82
88
log message template to be edited.
83
89
90
+ * "git cvsimport" can now take more than one -M options.
91
+
84
92
* "git describe" learned to limit the tags to be used for
85
93
naming with --match option.
86
94
@@ -89,6 +97,12 @@ Updates since v1.5.4
89
97
90
98
* "git describe --exact-match" describes only commits that are tagged.
91
99
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
+
92
106
* "git diff" learned "--relative" option to limit and output paths
93
107
relative to the current directory when working in a subdirectory.
94
108
@@ -98,6 +112,8 @@ Updates since v1.5.4
98
112
* "git format-patch" learned --cover-letter option to generate a cover
99
113
letter template.
100
114
115
+ * "git gc" learned --quiet option.
116
+
101
117
* "git grep" now knows "--name-only" is a synonym for the "-l" option.
102
118
103
119
* "git help <alias>" now reports "'git <alias>' is alias to <what>",
@@ -144,8 +160,18 @@ Fixes since v1.5.4
144
160
All of the fixes in v1.5.4 maintenance series are included in
145
161
this release, unless otherwise noted.
146
162
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
+
147
173
---
148
174
exec >/var/tmp/1
149
- O=v1.5.4.3-339-g7cf7f54
175
+ O=v1.5.4.3-428-g6b48990
150
176
echo O=`git describe refs/heads/master`
151
177
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments