From: Junio C Hamano Date: Fri, 21 Dec 2012 23:19:25 +0000 (-0800) Subject: Merge branch 'ta/new-command-howto' X-Git-Tag: v1.8.1-rc3~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b10c4add03044b7be358ff7231b9ec50016ded4b?ds=inline;hp=-c Merge branch 'ta/new-command-howto' * ta/new-command-howto: Move ./technical/api-command.txt to ./howto/new-command.txt --- b10c4add03044b7be358ff7231b9ec50016ded4b diff --combined Documentation/Makefile index 7df75d0b9d,5243222f13..f3afcb620d --- a/Documentation/Makefile +++ b/Documentation/Makefile @@@ -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)))