We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a6e6b0 + d85e944 commit aa1e73bCopy full SHA for aa1e73b
Documentation/howto/new-command.txt
@@ -1,13 +1,13 @@
1
From: Eric S. Raymond <[email protected]>
2
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.
+ commands to Git. It should be read alongside builtin.h.
4
Content-type: text/asciidoc
5
6
How to integrate new subcommands
7
================================
8
9
This is how-to documentation for people who want to add extension
10
-commands to Git. It should be read alongside api-builtin.txt.
+commands to Git. It should be read alongside builtin.h.
11
12
Runtime environment
13
-------------------
0 commit comments