Skip to content

Commit d85e944

Browse files
weslordgitster
authored andcommitted
new-command.txt: update reference to builtin docs
Commit ec14d4e (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 844ede3 commit d85e944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/howto/new-command.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
From: Eric S. Raymond <[email protected]>
22
Abstract: This is how-to documentation for people who want to add extension
3-
commands to Git. It should be read alongside api-builtin.txt.
3+
commands to Git. It should be read alongside builtin.h.
44
Content-type: text/asciidoc
55

66
How to integrate new subcommands
77
================================
88

99
This is how-to documentation for people who want to add extension
10-
commands to Git. It should be read alongside api-builtin.txt.
10+
commands to Git. It should be read alongside builtin.h.
1111

1212
Runtime environment
1313
-------------------

0 commit comments

Comments
 (0)