From: "Derrick Stolee via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, me@ttaylorr.com, calbabreaker@gmail.com,
Derrick Stolee <derrickstolee@github.com>
Subject: [PATCH 0/3] Sparse checkout: fix mixed-mode pattern issues
Date: Mon, 20 Sep 2021 17:57:35 +0000 [thread overview]
Message-ID: <pull.1043.git.1632160658.gitgitgadget@gmail.com> (raw)
This fixes a memory leak reported in [1], but also fixes some behavior
concerns around the sparse-checkout command when the sparse-checkout file
does not use cone mode patterns, but cone mode is enabled.
[1]
https://lore.kernel.org/git/CAKRwm5a9PyqffEC5N__urSpNcZ-d5vz9GBM2Ei16eGS25B=-FQ@mail.gmail.com/
1. The first patch fixes the OOM as recommended by Taylor.
2. The second patch changes the behavior of 'git sparse-checkout init
--cone' to overwrite the sparse-checkout file if the patterns are not in
cone mode.
3. The third patch causes 'git sparse-checkout add' to fail if cone mode is
enabled but the existing patterns are not in cone mode. This also
requires strengthening our pattern filtering to require the first
character be a slash ('/'), which should have been there from the start.
Thanks, -Stolee
Derrick Stolee (3):
sparse-checkout: fix OOM error with mixed patterns
sparse-checkout: clear patterns when switching modes
sparse-checkout: refuse to add to bad patterns
builtin/sparse-checkout.c | 18 +++++++++++++++---
dir.c | 2 +-
t/t1091-sparse-checkout-builtin.sh | 22 ++++++++++++++++++++--
3 files changed, 36 insertions(+), 6 deletions(-)
base-commit: 4c719308ce59dc70e606f910f40801f2c6051b24
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1043%2Fderrickstolee%2Fsparse-checkout-fix-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1043/derrickstolee/sparse-checkout-fix-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1043
--
gitgitgadget
next reply other threads:[~2021-09-21 0:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 17:57 Derrick Stolee via GitGitGadget [this message]
2021-09-20 17:57 ` [PATCH 1/3] sparse-checkout: fix OOM error with mixed patterns Derrick Stolee via GitGitGadget
2021-09-20 18:24 ` Taylor Blau
2021-09-21 13:06 ` Derrick Stolee
2021-09-21 16:35 ` Taylor Blau
2021-09-20 17:57 ` [PATCH 2/3] sparse-checkout: clear patterns when switching modes Derrick Stolee via GitGitGadget
2021-09-20 18:52 ` Taylor Blau
2021-09-20 18:54 ` Taylor Blau
2021-09-20 17:57 ` [PATCH 3/3] sparse-checkout: refuse to add to bad patterns Derrick Stolee via GitGitGadget
2021-09-20 18:59 ` Taylor Blau
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.1043.git.1632160658.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=calbabreaker@gmail.com \
--cc=derrickstolee@github.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=me@ttaylorr.com \
/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).