Skip to content

Commit 4315986

Browse files
committed
RelNotes: revert the description on the reverted topics
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 347cc1b commit 4315986

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@ Fixes since v2.35
289289
future "gc" needs to clean up.
290290
(merge 5407764069 cb/clear-quarantine-early-on-all-ref-update-errors later to maint).
291291

292-
* Because a deletion of ref would need to remove it from both the
293-
loose ref store and the packed ref store, a delete-ref operation
294-
that logically removes one ref may end up invoking ref-transaction
295-
hook twice, which has been corrected.
296-
(merge 2ed1b64ebd ps/avoid-unnecessary-hook-invocation-with-packed-refs later to maint).
297-
298292
* When there is no object to write .bitmap file for, "git
299293
multi-pack-index" triggered an error, instead of just skipping,
300294
which has been corrected.
@@ -342,10 +336,6 @@ Fixes since v2.35
342336
recorded the last level component of the branch name, which has
343337
been corrected.
344338

345-
* "git fetch" can make two separate fetches, but ref updates coming
346-
from them were in two separate ref transactions under "--atomic",
347-
which has been corrected.
348-
349339
* Check the return value from parse_tree_indirect() to turn segfaults
350340
into calls to die().
351341
(merge 8d2eaf649a gc/parse-tree-indirect-errors later to maint).

0 commit comments

Comments
 (0)