]> git.ipfire.org Git - thirdparty/git.git/commit - GIT-VERSION-GEN
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)
commit09e0aa64b3fbdc6df541cd2beefe70170f038252
tree0d9fb143d0fcf49fa0f2a8f7d6df4ead081b9c71
parentedae91a4cf221d44c8c891d5519b26fce17d56bb
parentbc7f5db896f59275fb0e4093dfd6891bfcece63d
Merge branch 'pw/gc-during-rebase'

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