summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-19 21:51:01 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-19 21:51:01 +0900
commita0c813951afc4bbf5978e67201bccd8d20e9b36b (patch)
treef68cb28f9cd4e9232e8309b61abd171a2c49c26d
parent1129780f6ab19f0a295c0b436890c510f71024f4 (diff)
signoff-option: linkify the reference to gitfaq
The GitFAQ is a proper manual page in the section 7, so refer to it using the usual linkgit:stuff[7] syntax. Helped-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/signoff-option.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/signoff-option.adoc b/Documentation/signoff-option.adoc
index 9a80d60f1b..6fc2769257 100644
--- a/Documentation/signoff-option.adoc
+++ b/Documentation/signoff-option.adoc
@@ -19,4 +19,4 @@ option on the command line.
+
Git does not (and will not) have a configuration variable to enable
the `--signoff` command line option by default; see the
-`commit.signoff` entry in the gitfaq for more details.
+`commit.signoff` entry in linkgit:gitfaq[7] for more details.