From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH 0/3] sparse-checkout with --end-of-options
Date: Wed, 20 Dec 2023 22:59:22 -0800 [thread overview]
Message-ID: <20231221065925.3234048-1-gitster@pobox.com> (raw)
I only wanted to make sure
git sparse-checkout set --end-of-options path
work fine, but it turns out that there were other sloppiness that
has nothing to do with the end-of-options handling that needs to be
adjusted to the new world order, so I ended up addressing that as
well.
Junio C Hamano (3):
sparse-checkout: take care of "--end-of-options" in set/add
sparse-checkout: allow default patterns for 'set' only !stdin
sparse-checkout: tighten add_patterns_from_input()
builtin/sparse-checkout.c | 9 ++++++++-
parse-options.c | 8 ++++++++
parse-options.h | 2 ++
t/t1090-sparse-checkout-scope.sh | 8 ++++++++
t/t1091-sparse-checkout-builtin.sh | 13 +++++++++++--
5 files changed, 37 insertions(+), 3 deletions(-)
--
2.43.0-174-g055bb6e996
next reply other threads:[~2023-12-21 6:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 6:59 Junio C Hamano [this message]
2023-12-21 6:59 ` [PATCH 1/3] sparse-checkout: take care of "--end-of-options" in set/add/check-rules Junio C Hamano
2023-12-24 7:53 ` Elijah Newren
2023-12-21 6:59 ` [PATCH 2/3] sparse-checkout: use default patterns for 'set' only !stdin Junio C Hamano
2023-12-24 7:51 ` Elijah Newren
2023-12-28 0:18 ` Junio C Hamano
2023-12-21 6:59 ` [PATCH 3/3] sparse-checkout: tighten add_patterns_from_input() Junio C Hamano
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=20231221065925.3234048-1-gitster@pobox.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).