@@ -74,6 +74,15 @@ UI, Workflows & Features
74
74
75
75
Performance, Internal Implementation, Development Support etc.
76
76
77
+ * Earlier we made "rev-list --object-edge" more aggressively list the
78
+ objects at the edge commits, in order to reduce number of objects
79
+ fetched into a shallow repository, but the change affected cases
80
+ other than "fetching into a shallow repository" and made it
81
+ unusably slow (e.g. fetching into a normal repository should not
82
+ have to suffer the overhead from extra processing). Limit it to a
83
+ more specific case by introducing --objects-edge-aggressive, a new
84
+ option to rev-list.
85
+
77
86
* Squelched useless compiler warnings on Mac OS X regarding the
78
87
crypto API.
79
88
@@ -113,6 +122,14 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
113
122
track are contained in this release (see the maintenance releases'
114
123
notes for details).
115
124
125
+ * The logic in "git bisect bad HEAD" etc. to avoid forcing the test
126
+ of the common ancestor of bad and good commits was broken.
127
+ (merge 07913d5 cc/bisect-rev-parsing later to maint).
128
+
129
+ * "git checkout-index --temp=$target $path" did not work correctly
130
+ for paths outside the current subdirectory in the project.
131
+ (merge 74c4de5 es/checkout-index-temp later to maint).
132
+
116
133
* The report from "git checkout" on a branch that builds on another
117
134
local branch by setting its branch.*.merge to branch name (not a
118
135
full refname) incorrectly said that the upstream is gone.
0 commit comments