File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -295,3 +295,17 @@ notes for details).
295295 object reachability bitmap when it needs to split the resulting
296296 pack.
297297 (merge 2113471 jk/pack-objects-no-bitmap-when-splitting later to maint).
298+
299+ * The code to use cache-tree trusted the on-disk data too much and
300+ fell into an infinite loop upon seeing an incorrectly recorded
301+ index file.
302+ (merge 729dbbd jk/cache-tree-protect-from-broken-libgit2 later to maint).
303+
304+ * "git fetch" into a repository where branch B was deleted earlier
305+ back when it had reflog enabled, and then branch B/C is fetched
306+ into it without reflog enabled, which is arguably an unlikely
307+ corner case, unnecessarily failed.
308+ (merge aae828b jk/fetch-reflog-df-conflict later to maint).
309+
310+ * "git log --first-parent -L..." used to crash.
311+ (merge a8787c5 tm/line-log-first-parent later to maint).
You can’t perform that action at this time.
0 commit comments