]> git.feebdaed.xyz Git - 0xmirror/git.git/commitdiff
Merge branch 'sa/replay-atomic-ref-updates'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:40 +0000 (15:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:40 +0000 (15:46 -0800)
"git replay" (experimental) learned to perform ref updates itself
in a transaction by default, instead of emitting where each refs
should point at and leaving the actual update to another command.

* sa/replay-atomic-ref-updates:
  replay: add replay.refAction config option
  replay: make atomic ref updates the default behavior
  replay: use die_for_incompatible_opt2() for option validation


Trivial merge