@@ -85,6 +85,10 @@ Performance and Internal Implementation (please report possible regressions)
8585 * "git archive" learned to produce its output without reading the
8686 blob object it writes out in memory in its entirety.
8787
88+ * "git index-pack" that runs when fetching or pushing objects to
89+ complete the packfile on the receiving end learned to use multiple
90+ threads to do its job when available.
91+
8892 * The code to compute hash values for lines used by the internal diff
8993 engine was optimized on little-endian machines, using the same
9094 trick the kernel folks came up with.
@@ -116,25 +120,6 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
116120releases are contained in this release (see release notes to them for
117121details).
118122
119- * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat
120- broken and gave undue precedence to configured log.date, causing
121- "git stash list" to show "stash@{time stamp string}".
122- (merge 55ccf85 jk/maint-reflog-walk-count-vs-time later to maint).
123-
124- * Running "git checkout" on an unborn branch used to corrupt HEAD.
125- (merge 8338f77 ef/checkout-empty later to maint).
126-
127- * When checking out another commit from an already detached state, we
128- used to report all commits that are not reachable from any of the
129- refs as lossage, but some of them might be reachable from the new
130- HEAD, and there is no need to warn about them.
131- (merge 5d88639 js/checkout-detach-count later to maint).
132-
133- * Some time ago, "git clone" lost the progress output for its
134- "checkout" phase; when run without any "--quiet" option, it should
135- give progress to the lengthy operation.
136- (merge 8f63da1 ef/maint-clone-progress-fix later to maint).
137-
138123 * "git status --porcelain" ignored "--branch" option by mistake. The
139124 output for "git status --branch -z" was also incorrect and did not
140125 terminate the record for the current branch name with NUL as asked.
@@ -143,8 +128,3 @@ details).
143128 * "git diff --stat" used to fully count a binary file with modified
144129 execution bits whose contents is unmodified, which was not quite
145130 right.
146-
147- * "log -z --pretty=tformat:..." did not terminate each record with
148- NUL. The fix is not entirely correct when the output also asks for
149- --patch and/or --stat, though.
150- (merge fafd382 jk/maint-tformat-with-z later to maint).
0 commit comments