Skip to content

Commit

Permalink
Merge branch 'ta/new-command-howto'
Browse files Browse the repository at this point in the history
* ta/new-command-howto:
  Move ./technical/api-command.txt to ./howto/new-command.txt
  • Loading branch information
gitster committed Dec 21, 2012
2 parents 814a192 + 81670e9 commit b10c4ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ARTICLES += git-tools
ARTICLES += git-bisect-lk2009
# with their own formatting rules.
SP_ARTICLES = user-manual
SP_ARTICLES += howto/new-command
SP_ARTICLES += howto/revert-branch-rebase
SP_ARTICLES += howto/using-merge-subtree
SP_ARTICLES += howto/using-signed-tag-in-pull-request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Integrating new subcommands
===========================
From: Eric S. Raymond <[email protected]>
Abstract: This is how-to documentation for people who want to add extension
commands to git. It should be read alongside api-builtin.txt.
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.
Expand Down

0 comments on commit b10c4ad

Please sign in to comment.