Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-16 04:11:53 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-16 04:11:53 +0300
commitaa1e73bdd8dfc47c1df312b0c99323c03087626f (patch)
treeefa2434af746baca6a81c8d60ba065828fd3ba34 /Documentation
parent4a6e6b0d5b91b0db45c6fefc8a0f17af2c4b3b83 (diff)
parentd85e9448dd539032b05eb1d79531b65af1937b80 (diff)
Merge branch 'wl/new-command-doc'
Comment fix. * wl/new-command-doc: new-command.txt: update reference to builtin docs
Diffstat (limited to 'Documentation')
-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
-------------------