Re: [PATCH] Third try at documenting command integration requirements.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:25
esr@thyrsus.com (Eric S. Raymond) writes:
quoted hunk
@@ -0,0 +1,91 @@ += Integrating 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. + +== Runtime environment == + +git subcommands are standalone executables that live in the git
Even though "={n} title ={n}" is a valid AsciiDoc heading, all other
files use (older) underscored titles; please refrain from being
original.
Especially, this interferes with the way the api-index.txt file in
the same directory is autogenerated.