From: "M Hickford via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Patrick Steinhardt <ps@pks.im>, M Hickford <mirth.hickford@gmail.com>
Subject: [PATCH 0/2] meson: wire up contrib/credential
Date: Thu, 13 Feb 2025 18:37:37 +0000 [thread overview]
Message-ID: <pull.1859.git.1739471859.gitgitgadget@gmail.com> (raw)
It would be neat to also run test t0303-credential-external with
GIT_TEST_CREDENTIAL_HELPER=wincred but I couldn't figure out how to do this.
M Hickford (2):
meson: wire up credential-wincred
meson: wire up credential-libsecret
contrib/credential/libsecret/meson.build | 3 +++
contrib/credential/meson.build | 6 ++++++
contrib/credential/wincred/git-credential-wincred.c | 2 ++
contrib/credential/wincred/meson.build | 1 +
contrib/meson.build | 1 +
meson_options.txt | 4 ++++
6 files changed, 17 insertions(+)
create mode 100644 contrib/credential/libsecret/meson.build
create mode 100644 contrib/credential/meson.build
create mode 100644 contrib/credential/wincred/meson.build
base-commit: e2067b49ecaef9b7f51a17ce251f9207f72ef52d
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1859%2Fhickford%2Fmeson-credential-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1859/hickford/meson-credential-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1859
--
gitgitgadget
next reply other threads:[~2025-02-13 18:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-13 18:37 M Hickford via GitGitGadget [this message]
2025-02-13 18:37 ` [PATCH 1/2] meson: wire up credential-wincred M Hickford via GitGitGadget
2025-02-13 18:37 ` [PATCH 2/2] meson: wire up credential-libsecret M Hickford via GitGitGadget
2025-02-14 4:53 ` [PATCH 0/2] meson: wire up contrib/credential Patrick Steinhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.1859.git.1739471859.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=mirth.hickford@gmail.com \
--cc=ps@pks.im \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.