git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Derrick Stolee <derrickstolee@github.com>
To: Shaoxuan Yuan <shaoxuan.yuan02@gmail.com>,
	Git List <git@vger.kernel.org>
Subject: Re: [GSoC] Week 3 and week 4 status update
Date: Tue, 12 Jul 2022 07:16:22 -0600	[thread overview]
Message-ID: <b0b3917e-cec8-37bf-0482-e3d5f207eda0@github.com> (raw)
In-Reply-To: <803773d1-25b6-e62b-18fa-efd9fdc92c97@gmail.com>

On 7/12/22 2:24 AM, Shaoxuan Yuan wrote:
> Hi Git community,
> 
> Here is Shaoxuan Yuan.
> 
> I'm writing to share my latest progress [1] from GSoC week 3 and week 4.

Thanks for the report!

> This week I'm working to ship a PATCH v5 [2] (please reference all the
> code here) to address the issues raised in PATCH v4 [3].

(I think this is left over from earlier?)

> The good news is, that PATCH v5 is being queued into the 'next' branch, which
> means it could potentially be merged into 'master'. It marks that this stage
> of work is almost done.

In fact, the latest "What's Cooking" says this:

* sy/mv-out-of-cone (2022-07-01) 8 commits
  (merged to 'next' on 2022-07-08 at 654970fdb7)
 + mv: add check_dir_in_index() and solve general dir check issue
 + mv: use flags mode for update_mode
 + mv: check if <destination> exists in index to handle overwriting
 + mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
 + mv: decouple if/else-if checks using goto
 + mv: update sparsity after moving from out-of-cone to in-cone
 + t1092: mv directory from out-of-cone to in-cone
 + t7002: add tests for moving out-of-cone file/directory

 "git mv A B" in a sparsely populated working tree can be asked to
 move a path between directories that are "in cone" (i.e. expected
 to be materialized in the working tree) and "out of cone"
 (i.e. expected to be hidden).  The handling of such cases has been
 improved.

 Will merge to 'master'.
 source: <20220630023737.473690-1-shaoxuan.yuan02@gmail.com>

So, it is already in 'next' and will merge to 'master' soon. You
should expect those commits to be final (barring anything drastic
noticed during the cooking phase) so you can send your next set
of patches. Just make sure to point out in the cover letter that
they are based on sy/mv-out-of-cone. That branch is available in
the gitgitgadget/git repository so you can base a PR against it,
if you want.

Thanks,
-Stolee

  reply	other threads:[~2022-07-12 13:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15  7:39 [GSoC] Status update Shaoxuan Yuan
2022-06-28  3:19 ` [GSoC] Week 2 status update Shaoxuan Yuan
2022-07-12  8:24 ` [GSoC] Week 3 and week 4 " Shaoxuan Yuan
2022-07-12 13:16   ` Derrick Stolee [this message]
2022-07-27  7:52 ` [GSoC] Week 5 and week 6 " Shaoxuan Yuan
2022-08-08 11:30 ` [GSoC] Week 7 and week 8 " Shaoxuan Yuan
2022-08-17 10:07 ` [GSoC] Week 9 " Shaoxuan Yuan

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=b0b3917e-cec8-37bf-0482-e3d5f207eda0@github.com \
    --to=derrickstolee@github.com \
    --cc=git@vger.kernel.org \
    --cc=shaoxuan.yuan02@gmail.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).