Merge branch 'ta/new-command-howto'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2012 23:19:25 +0000 (15:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2012 23:19:25 +0000 (15:19 -0800)
* ta/new-command-howto:
Move ./technical/api-command.txt to ./howto/new-command.txt

1  2 
Documentation/Makefile
diff --combined Documentation/Makefile
index 7df75d0b9deedcbb7332ccdb83607ecee2c5ea02,5243222f136b6dff8a4ca22a4c5e78b0f72bac90..f3afcb620ddd64696900d45b3ab6db2c43ec6ccd
@@@ -21,6 -21,7 +21,7 @@@ ARTICLES += git-tool
  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
@@@ -31,6 -32,7 +32,6 @@@ SP_ARTICLES += howto/separating-topic-b
  SP_ARTICLES += howto/revert-a-faulty-merge
  SP_ARTICLES += howto/recover-corrupted-blob-object
  SP_ARTICLES += howto/rebuild-from-update-hook
 -SP_ARTICLES += howto/rebuild-from-update-hook
  SP_ARTICLES += howto/rebase-from-internal-branch
  SP_ARTICLES += howto/maintain-git
  API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))