On Wed, May 13, 2020 at 2:49 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Sibi Siddharthan via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > From: Sibi Siddharthan <sibisiddharthan.github@xxxxxxxxx> > > > > This patch implements the placeholder substitution to generate, say, > > `git-request-pull` from `git-request-pull.sh`. > > > > The shell/perl/python scripts and template are generated using CMake > > (very similar to what sed does). > > We do not say "This patch does X" or "I do Y in this patch". > perhaps. > > Implement the placeholder substitution to generate scripted > Porcelain commands, e.g. git-request-pull out of > git-request-pull.sh > > Generate scripts and templates using CMake, instead of using > sed like the build procedure in the Makefile does. > Will reword. Thank You, Sibi Siddharthan