doc: link to config for git-replay(1)

This config doc was added in 336ac90c (replay: add replay.refAction
config option, 2025-11-06) but never included anywhere. Include it in
git-replay(1) and git-config(1).

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Kristoffer Haugsbakk 2026-07-30 11:57:13 +02:00 committed by Junio C Hamano
parent 6a4418c36d
commit 338765b8a3
2 changed files with 6 additions and 0 deletions

View File

@ -511,6 +511,8 @@ include::config/remotes.adoc[]

include::config/repack.adoc[]

include::config/replay.adoc[]

include::config/rerere.adoc[]

include::config/revert.adoc[]

View File

@ -209,6 +209,10 @@ This replays the range `aabbcc..ddeeff` onto commit `112233` and updates
`refs/heads/mybranch` to point at the result. This can be useful when you want
to use bare commit IDs instead of branch names.

CONFIGURATION
-------------
include::config/replay.adoc[]

GIT
---
Part of the linkgit:git[1] suite