Message ID | pull.1840.git.1734456721.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ps/build follow-ups | expand |
"Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com> writes: > These patches were required in the course of getting Git for Windows rebased > onto Git v2.48.0-rc0. They are based on ps/build. Thanks. Let me mark it to be fast-tracked to 'master'. Queued. > > Johannes Schindelin (5): > cmake: better support for out-of-tree builds follow-up > cmake(mergetools): better support for out-of-tree builds > cmake: use the correct file name for the Perl header > cmake: put the Perl modules into the correct location again > cmake/vcxproj: stop special-casing `remote-ext` > > config.mak.uname | 4 ---- > contrib/buildsystems/CMakeLists.txt | 15 +++++++++++---- > 2 files changed, 11 insertions(+), 8 deletions(-) > > > base-commit: 904339edbd80ec5676616af6e072b41804c1c8eb > Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1840%2Fdscho%2Fps-build-followups-v1 > Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1840/dscho/ps-build-followups-v1 > Pull-Request: https://github.com/gitgitgadget/git/pull/1840
On Tue, Dec 17, 2024 at 12:49:32PM -0800, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com> > writes: > > > These patches were required in the course of getting Git for Windows rebased > > onto Git v2.48.0-rc0. They are based on ps/build. > > Thanks. Let me mark it to be fast-tracked to 'master'. > Queued. Thanks for these fixups, Dscho. All of them look good to me. Patrick