]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/gc-during-rebase'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2024 23:36:05 +0000 (15:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2024 23:36:05 +0000 (15:36 -0800)
The sequencer machinery does not use the ref API and instead
records names of certain objects it needs for its correct operation
in temporary files, which makes these objects susceptible to loss
by garbage collection.  These temporary files have been added as
starting points for reachability analysis to fix this.

* pw/gc-during-rebase:
  prune: mark rebase autostash and orig-head as reachable


Trivial merge