@@ -40,7 +40,7 @@ Updates since v1.5.1
4040 This release supports the "version 2" format of the .idx
4141 file. This is automatically enabled when a huge packfile
4242 needs more than 32-bit to express offsets of objects in the
43- pack
43+ pack.
4444
4545* Comes with an updated git-gui 0.7.0
4646
@@ -114,7 +114,7 @@ Updates since v1.5.1
114114 - Local "git fetch" from a repository whose object store is
115115 one of the alternates (e.g. fetching from the origin in a
116116 repository created with "git clone -l -s") avoids
117- downloading objects unnecessary .
117+ downloading objects unnecessarily .
118118
119119 - "git blame" uses .mailmap to canonicalize the author name
120120 just like "git shortlog" does.
@@ -124,7 +124,7 @@ Updates since v1.5.1
124124
125125 - "git cherry-pick" and "git revert" does not use .msg file in
126126 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 .
128128
129129* Builds
130130
@@ -134,7 +134,7 @@ Updates since v1.5.1
134134 - gitk and git-gui can be configured out.
135135
136136 - Generated documentation pages automatically get version
137- information from GIT_VERSION
137+ information from GIT_VERSION.
138138
139139 - Parallel build with "make -j" descending into subdirectory
140140 was fixed.
@@ -151,11 +151,13 @@ Updates since v1.5.1
151151 - The recursive merge strategy updated a worktree file that
152152 was changed identically in two branches, when one of them
153153 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.
155155
156156 - The default pack depth has been increased to 50, as the
157157 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.
159161
160162
161163Fixes since v1.5.1
@@ -194,6 +196,6 @@ this release, unless otherwise noted.
194196
195197--
196198exec >/var/tmp/1
197- O=v1.5.2-rc2-91-g616e40b
199+ O=v1.5.2-rc3
198200echo O=`git describe refs/heads/master`
199201git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments