"Wes Lord via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Wes Lord <weslord@xxxxxxxxx> > > 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@xxxxxxxxx> > --- > new-command.txt: update reference to builtin docs I was sort of hoping that this document has outlived its usefulness and been taken over by more recently written guies, but it does not appear to be the case. A more recently written MyFirstContribution references this, so keeping its contents fresh does have value. Thanks, will queue. > diff --git a/Documentation/howto/new-command.txt b/Documentation/howto/new-command.txt > index 15a4c8031f1..880c51112ba 100644 > --- a/Documentation/howto/new-command.txt > +++ b/Documentation/howto/new-command.txt > @@ -1,13 +1,13 @@ > From: Eric S. Raymond <esr@xxxxxxxxxxx> > 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 > ------------------- > > base-commit: 2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473