]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sa/replay-atomic-ref-updates' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:43 +0000 (10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:43 +0000 (10:58 -0800)
commitae19b06a2213e7729678e5919a25ef56ca20e7be
tree4866725bfbad9ea88227fda0baab4dd4b93d85ca
parenteec9dca32c73fb1158bd0bb24e666729702c9f6b
parent336ac90c06ec757f613faae4ffc6c32578a99cd1
Merge branch 'sa/replay-atomic-ref-updates' into next

"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