@@ -40,7 +40,7 @@ Updates since v1.5.1
40
40
This release supports the "version 2" format of the .idx
41
41
file. This is automatically enabled when a huge packfile
42
42
needs more than 32-bit to express offsets of objects in the
43
- pack
43
+ pack.
44
44
45
45
* Comes with an updated git-gui 0.7.0
46
46
@@ -114,7 +114,7 @@ Updates since v1.5.1
114
114
- Local "git fetch" from a repository whose object store is
115
115
one of the alternates (e.g. fetching from the origin in a
116
116
repository created with "git clone -l -s") avoids
117
- downloading objects unnecessary .
117
+ downloading objects unnecessarily .
118
118
119
119
- "git blame" uses .mailmap to canonicalize the author name
120
120
just like "git shortlog" does.
@@ -124,7 +124,7 @@ Updates since v1.5.1
124
124
125
125
- "git cherry-pick" and "git revert" does not use .msg file in
126
126
the working tree to prepare commit message; instead it uses
127
- $GIT_DIR/MERGE_MSG as other commands.
127
+ $GIT_DIR/MERGE_MSG as other commands do .
128
128
129
129
* Builds
130
130
@@ -134,7 +134,7 @@ Updates since v1.5.1
134
134
- gitk and git-gui can be configured out.
135
135
136
136
- Generated documentation pages automatically get version
137
- information from GIT_VERSION
137
+ information from GIT_VERSION.
138
138
139
139
- Parallel build with "make -j" descending into subdirectory
140
140
was fixed.
@@ -151,11 +151,13 @@ Updates since v1.5.1
151
151
- The recursive merge strategy updated a worktree file that
152
152
was changed identically in two branches, when one of them
153
153
renamed it. We do not do that when there is no rename, so
154
- match that behaviour.
154
+ match that behaviour. This avoids excessive rebuilds.
155
155
156
156
- The default pack depth has been increased to 50, as the
157
157
recent addition of delta_base_cache makes deeper delta chains
158
- much less expensive to access.
158
+ much less expensive to access. Depending on the project, it was
159
+ reported that this reduces the resulting pack file by 10%
160
+ or so.
159
161
160
162
161
163
Fixes since v1.5.1
@@ -194,6 +196,6 @@ this release, unless otherwise noted.
194
196
195
197
--
196
198
exec >/var/tmp/1
197
- O=v1.5.2-rc2-91-g616e40b
199
+ O=v1.5.2-rc3
198
200
echo O=`git describe refs/heads/master`
199
201
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments