Skip to content

Commit

Permalink
Move ./technical/api-command.txt to ./howto/new-command.txt
Browse files Browse the repository at this point in the history
The contents of this document does not describe any particular API, but
is more about the way to add a new command, which belongs to the "How To"
section of the documentation suite.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Ackermann authored and Junio C Hamano committed Dec 21, 2012
1 parent fef1196 commit 81670e9
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
@@ -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
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Integrating new subcommands
===========================
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.
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.

0 comments on commit 81670e9

Please sign in to comment.