git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Derrick Stolee <stolee@gmail.com>
To: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: What's cooking in git.git (Sep 2021, #04; Mon, 13)
Date: Tue, 14 Sep 2021 09:33:29 -0400	[thread overview]
Message-ID: <88bb51c3-b5ab-77df-f9fb-b9252c2b0fa6@gmail.com> (raw)
In-Reply-To: <xmqqtuinc3tx.fsf@gitster.g>

On 9/13/2021 10:02 PM, Junio C Hamano wrote:
...
> * ds/add-rm-with-sparse-index (2021-09-12) 14 commits
>  - advice: update message to suggest '--sparse'
>  - mv: refuse to move sparse paths
>  - rm: skip sparse paths with missing SKIP_WORKTREE
>  - rm: add --sparse option
>  - add: update --renormalize to skip sparse paths
>  - add: update --chmod to skip sparse paths
>  - add: implement the --sparse option
>  - add: skip tracked paths outside sparse-checkout cone
>  - add: fail when adding an untracked sparse file
>  - dir: fix pattern matching on dirs
>  - dir: select directories correctly
>  - dir: extract directory-matching logic
>  - t1092: behavior for adding sparse files
>  - t3705: test that 'sparse_entry' is unstaged
>  (this branch uses ds/mergies-with-sparse-index and ds/sparse-index-ignored-files.)
> 
>  "git add", "git mv", and "git rm" have been adjusted to work better
>  with the sparse index.

These changes apply more generally to the entire sparse-checkout
feature. I can understand thinking it is only related to the
sparse index because the tests follow the sparse index patterns.
Those tests make sure that both full and sparse indexes are tested
and have the same behavior.

Perhaps this would be a good summary?

  "git add", "git mv", and "git rm" have been adjusted to avoid
  updating paths outside of the sparse-checkout definition unless
  the user specifies a "--sparse" option.

Thanks,
-Stolee

  parent reply	other threads:[~2021-09-14 13:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14  2:02 What's cooking in git.git (Sep 2021, #04; Mon, 13) Junio C Hamano
2021-09-14  4:13 ` Elijah Newren
2021-09-14  5:43 ` Taylor Blau
2021-09-14 13:33 ` Derrick Stolee [this message]
2021-09-14 17:47   ` Junio C Hamano
2021-09-14 19:47 ` Jeff Hostetler
2021-09-14 20:51   ` Junio C Hamano
2021-09-14 20:57     ` Jeff Hostetler
2021-09-14 19:54 ` Philip Oakley

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=88bb51c3-b5ab-77df-f9fb-b9252c2b0fa6@gmail.com \
    --to=stolee@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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).