]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: link to config for git-replay(1)
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 21 May 2026 18:01:58 +0000 (20:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:42:48 +0000 (09:42 +0900)
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>
Documentation/config.adoc
Documentation/git-replay.adoc

index dcea3c0c15e2a93d271adf4d1322763257bcc4f9..35fc7b4bf6ad31d1aefcf5f6fb7d2ef10a946f8d 100644 (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[]
index a32f72aead3750c4c34fb397e1a4d644621d9fb2..f9ca2db2833a1d9a53cd1f43df39fb9e6a1c50d3 100644 (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