]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tc/replay-ref'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:18 +0000 (10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:18 +0000 (10:19 -0700)
commit37a4780f2c30de9fe0bef533a266c6bca767a50f
tree601afbae0030003f3089e95b22dc466d64874d32
parentd8c553bbed21761a8af3fa40a20518e210e78a0d
parent23d83f8ddbef9adcb87671358b473e55cf90c90b
Merge branch 'tc/replay-ref'

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