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>

Kristoffer Haugsbakk committed Jul 30, 2026 at 11:57 UTC 338765b8a361bec6c45e1df47c9be2dfde45544e
2 files changed +6
Documentation/config.adoc
+2
@@ -511,6 +511,8 @@ include::config/remotes.adoc[]
511
512 include::config/repack.adoc[]
513
514 +include::config/replay.adoc[]
515 +
516 include::config/rerere.adoc[]
517
518 include::config/revert.adoc[]
Documentation/git-replay.adoc
+4
@@ -209,6 +209,10 @@ This replays the range `aabbcc..ddeeff` onto commit `112233` and updates
209 `refs/heads/mybranch` to point at the result. This can be useful when you want
210 to use bare commit IDs instead of branch names.
211
212 +CONFIGURATION
213 +-------------
214 +include::config/replay.adoc[]
215 +
216 GIT
217 ---
218 Part of the linkgit:git[1] suite