Skip to content

Commit f570943

Browse files
committed
Update draft release notes to 2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9c70e2c commit f570943

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)