]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tc/replay-ref' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2026 20:19:45 +0000 (13:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2026 20:19:45 +0000 (13:19 -0700)
commit196ecde80b64e5f09cc15d3d7758e370beaba7cb
tree7398ab664ee901ad6b9cfebe81076923d02ce245
parent5766caf01e1fda2cd21c177fa4056f150dca619c
parent23d83f8ddbef9adcb87671358b473e55cf90c90b
Merge branch 'tc/replay-ref' into next

The experimental `git replay` command learned the `--ref=<ref>` option
to allow specifying which ref to update, overriding the default behavior.

* tc/replay-ref:
  replay: allow to specify a ref with option --ref
  replay: use stuck form in documentation and help message
  builtin/replay: mark options as not negatable
replay.c
t/t3650-replay-basics.sh