@@ -53,9 +53,6 @@ UI, Workflows & Features
5353 * The "fmt-merge-msg" command learns to list the primary contributors
5454 involved in the side topic you are merging.
5555
56- * The cases "git push" fails due to non-ff can be broken into three
57- categories; each case is given a separate advise message.
58-
5956 * "git rebase" learned to optionally keep commits that do not
6057 introduce any change in the original history.
6158
@@ -94,21 +91,11 @@ Performance and Internal Implementation (please report possible regressions)
9491
9592 * "git apply" had some memory leaks plugged.
9693
97- * "git repack" used to write out unreachable objects as loose objects
98- when repacking, even if such loose objects will immediately pruned
99- due to its age.
100-
10194 * Setting up a revision traversal with many starting points was
10295 inefficient as these were placed in a date-order priority queue
10396 one-by-one. Now they are collected in the queue unordered first,
10497 and sorted immediately before getting used.
10598
106- * "git rev-parse --show-prefix" used to emit nothing when run at the
107- top-level of the working tree, but now it gives a blank line.
108-
109- * Minor memory leak during unpack_trees (hence "merge" and "checkout"
110- to check out another branch) has been plugged.
111-
11299 * More lower-level commands learned to use the streaming API to read
113100 from the object store without keeping everything in core.
114101
@@ -129,6 +116,14 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
129116releases are contained in this release (see release notes to them for
130117details).
131118
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+
132127 * When checking out another commit from an already detached state, we
133128 used to report all commits that are not reachable from any of the
134129 refs as lossage, but some of them might be reachable from the new
0 commit comments