Hi, On Mon, 17 Aug 2020, Johannes Schindelin wrote: > The dashed form of the built-ins is so passé. > > Incidentally, this also handles the .pdb issue in MSVC's install Makefile > target that Peff pointed out in the context of the "slimming down" patch > series > [https://lore.kernel.org/git/20200813145719.GA891370@coredump.intra.peff.net/] > . > > This addresses https://github.com/gitgitgadget/git/issues/406 Please note that this GitGitGadget run did not work as intended. The intention of https://github.com/gitgitgadget/gitgitgadget/pull/296 was to use the actual author in the `From:` headers of the sent emails, with GitGitGadget mentioned in the `Sender:` header, but apparently this did not work, and I will be reverting that PR for the time being. In short: please do not apply these patches as-are, unless adjusting the author email to match my email address. Thank you, Dscho > > Johannes Schindelin (3): > msvc: copy the correct `.pdb` files in the Makefile target `install` > Optionally skip linking/copying the built-ins > ci: stop linking built-ins to the dashed versions > > Makefile | 69 +++++++++++++++++++++------------------ > ci/run-build-and-tests.sh | 2 +- > 2 files changed, 39 insertions(+), 32 deletions(-) > > > base-commit: b6a658bd00c9c29e07f833cabfc0ef12224e277a > Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-411%2Fdscho%2Foptionally-skip-dashed-built-ins-v1 > Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-411/dscho/optionally-skip-dashed-built-ins-v1 > Pull-Request: https://github.com/gitgitgadget/git/pull/411 > -- > gitgitgadget > >