Merge branch 'wl/new-command-doc'

Comment fix.

* wl/new-command-doc:
  new-command.txt: update reference to builtin docs
This commit is contained in:
Junio C Hamano
2023-02-15 17:11:53 -08:00

View File

@ -1,13 +1,13 @@
From: Eric S. Raymond <esr@thyrsus.com> From: Eric S. Raymond <esr@thyrsus.com>
Abstract: This is how-to documentation for people who want to add extension 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 Content-type: text/asciidoc
How to integrate new subcommands How to integrate new subcommands
================================ ================================
This is how-to documentation for people who want to add extension 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 Runtime environment
------------------- -------------------