]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit9370a6be79e89112486e99ff75db43e3c15841e5
tree68c2609a477422028e30c5916e649bacfbd51529
parentd91d79f26d5f2fb0468f42bf5d44356dce15a414
parent336ac90c06ec757f613faae4ffc6c32578a99cd1
Merge branch 'sa/replay-atomic-ref-updates'

"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