diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-02-15 17:11:53 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-02-15 17:11:53 -0800 |
| commit | aa1e73bdd8dfc47c1df312b0c99323c03087626f (patch) | |
| tree | efa2434af746baca6a81c8d60ba065828fd3ba34 | |
| parent | Merge branch 'ar/userdiff-java-update' (diff) | |
| parent | new-command.txt: update reference to builtin docs (diff) | |
| download | git-aa1e73bdd8dfc47c1df312b0c99323c03087626f.tar.gz git-aa1e73bdd8dfc47c1df312b0c99323c03087626f.zip | |
Merge branch 'wl/new-command-doc'
Comment fix.
* wl/new-command-doc:
new-command.txt: update reference to builtin docs
| -rw-r--r-- | Documentation/howto/new-command.txt | 4 |
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 ------------------- |
