aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto/new-command.txt
diff options
context:
space:
mode:
authorWes Lord <weslord@gmail.com>2023-02-04 02:27:39 +0000
committerJunio C Hamano <gitster@pobox.com>2023-02-06 14:07:33 -0800
commitd85e9448dd539032b05eb1d79531b65af1937b80 (patch)
tree9ee1b18b9a39cc6ef1f6884b61b5ee59319b6ea6 /Documentation/howto/new-command.txt
parent844ede312b4e988881b6e27e352f469d8ab80b2a (diff)
downloadgit-d85e9448dd539032b05eb1d79531b65af1937b80.tar.gz
new-command.txt: update reference to builtin docs
Commit ec14d4ecb5 (builtin.h: take over documentation from api-builtin.txt, 2017-08-02) deleted api-builtin.txt and moved the contents into builtin.h, but new-command.txt still references the old file. Signed-off-by: Wes Lord <weslord@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/howto/new-command.txt')
-rw-r--r--Documentation/howto/new-command.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto/new-command.txt b/Documentation/howto/new-command.txt
index 15a4c8031f..880c51112b 100644
--- a/Documentation/howto/new-command.txt
+++ b/Documentation/howto/new-command.txt
@@ -1,13 +1,13 @@
From: Eric S. Raymond <esr@thyrsus.com>
Abstract: This is how-to documentation for people who want to add extension
- commands to Git. It should be read alongside api-builtin.txt.
+ commands to Git. It should be read alongside builtin.h.
Content-type: text/asciidoc
How to integrate new subcommands
================================
This is how-to documentation for people who want to add extension
-commands to Git. It should be read alongside api-builtin.txt.
+commands to Git. It should be read alongside builtin.h.
Runtime environment
-------------------