File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ARTICLES += git-tools
21
21
ARTICLES += git-bisect-lk2009
22
22
# with their own formatting rules.
23
23
SP_ARTICLES = user-manual
24
+ SP_ARTICLES += howto/new-command
24
25
SP_ARTICLES += howto/revert-branch-rebase
25
26
SP_ARTICLES += howto/using-merge-subtree
26
27
SP_ARTICLES += howto/using-signed-tag-in-pull-request
Original file line number Diff line number Diff line change 1
- Integrating new subcommands
2
- ===========================
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.
4
+ Content-type: text/asciidoc
5
+
6
+ How to integrate new subcommands
7
+ ================================
3
8
4
9
This is how-to documentation for people who want to add extension
5
10
commands to git. It should be read alongside api-builtin.txt.
You can’t perform that action at this time.
0 commit comments