]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sa/replay-atomic-ref-updates' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:12 +0000 (15:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:12 +0000 (15:17 -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