Merge branch 'wl/new-command-doc'

Comment fix.

* wl/new-command-doc:
  new-command.txt: update reference to builtin docs
maint
Junio C Hamano 2023-02-15 17:11:53 -08:00
commit aa1e73bdd8
1 changed files with 2 additions and 2 deletions

View File

@ -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
-------------------