On 2020-04-17 09:04:26+0700, Danh Doan <congdanhqx@xxxxxxxxx> wrote: > On 2020-04-16 14:18:03-0700, Emily Shaffer <emilyshaffer@xxxxxxxxxx> wrote: > > diff --git a/config.mak.uname b/config.mak.uname > > index 0ab8e00938..f880cc2792 100644 > > --- a/config.mak.uname > > +++ b/config.mak.uname > > @@ -721,9 +721,9 @@ vcxproj: > > echo '</Project>') >git-remote-http/LinkOrCopyRemoteHttp.targets > > git add -f git/LinkOrCopyBuiltins.targets git-remote-http/LinkOrCopyRemoteHttp.targets > > > > - # Add command-list.h > > - $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h > > - git add -f command-list.h > > + # Add command-list.h and config-list.h > > + $(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 config-list.h command-list.h > > In <nycvar.QRO.7.76.6.2004161406480.46@xxxxxxxxxxxxxxxxx>, > Dscho suggested to squash his patch instead: > > https://lore.kernel.org/git/nycvar.QRO.7.76.6.2002261649550.46@xxxxxxxxxxxxxxxxx/ Sorry, I'm an idiot, please ignore my reply. His patch is used for old series. -- Danh