@@ -32,7 +32,7 @@ Updates since v1.5.1
32
32
arbitrary filter to contents on check-in/check-out codepath
33
33
but this feature is an extremely sharp-edged razor and needs
34
34
to be handled with caution (do not use it unless you
35
- understand the earlier mailing list discussion on keyward
35
+ understand the earlier mailing list discussion on keyword
36
36
expansion).
37
37
38
38
* The packfile format now optionally suports 64-bit index.
@@ -42,6 +42,8 @@ Updates since v1.5.1
42
42
needs more than 32-bit to express offsets of objects in the
43
43
pack
44
44
45
+ * Comes with an updated git-gui 0.7.0
46
+
45
47
* New commands and options.
46
48
47
49
- "git bisect start" can optionally take a single bad commit and
@@ -112,6 +114,13 @@ Updates since v1.5.1
112
114
- "git blame" uses .mailmap to canonicalize the author name
113
115
just like "git shortlog" does.
114
116
117
+ - "git pack-objects" pays attention to pack.depth
118
+ configuration variable.
119
+
120
+ - "git cherry-pick" and "git revert" does not use .msg file in
121
+ the working tree to prepare commit message; instead it uses
122
+ $GIT_DIR/MERGE_MSG as other commands.
123
+
115
124
* Builds
116
125
117
126
- git-p4import has never been installed; now there is an
@@ -137,6 +146,11 @@ Updates since v1.5.1
137
146
renamed it. We do not do that when there is no rename, so
138
147
match that behaviour.
139
148
149
+ - The default pack depth has been increased to 50, as the
150
+ recent addition of delta_base_cache makes deeper delta chains
151
+ much less expensive to access.
152
+
153
+
140
154
Fixes since v1.5.1
141
155
------------------
142
156
@@ -165,12 +179,14 @@ this release, unless otherwise noted.
165
179
- git-fetch had trouble with a remote with insanely large number
166
180
of refs.
167
181
182
+ - "git clean -d -X" now does not remove non-excluded directories.
183
+
168
184
* Documentation updates
169
185
170
186
* Performance Tweaks
171
187
172
188
--
173
189
exec >/var/tmp/1
174
- O=v1.5.2-rc1-32-g125a5f1
190
+ O=v1.5.2-rc2-45-g618e613
175
191
echo O=`git describe refs/heads/master`
176
192
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments