]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sa/replay-atomic-ref-updates' into seen
authorJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:27 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:28 +0000 (15:04 -0700)
"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.

Comments?

* sa/replay-atomic-ref-updates:
  replay: make atomic ref updates the default behavior


Trivial merge