Skip to content
Snippets Groups Projects
Commit b10c4add authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'ta/new-command-howto'

* ta/new-command-howto:
  Move ./technical/api-command.txt to ./howto/new-command.txt
parents 814a1924 81670e9b
Branches
Tags
No related merge requests found
......@@ -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
......
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment