git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Derrick Stolee <stolee@gmail.com>
To: Elijah Newren <newren@gmail.com>, Junio C Hamano <gitster@pobox.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: What's cooking in git.git (Jul 2021, #04; Mon, 19)
Date: Tue, 20 Jul 2021 09:36:20 -0400	[thread overview]
Message-ID: <3f7a6cd8-1c44-d2f1-4b76-8d6a2729eec1@gmail.com> (raw)
In-Reply-To: <CABPp-BFXcNquqrwQ6nZSPy611oaosSbs74FdKWkrvGabnHSpgg@mail.gmail.com>

On 7/19/2021 9:52 PM, Elijah Newren wrote:
...
>> * en/ort-perf-batch-14 (2021-07-13) 7 commits
>>  - merge-ort: restart merge with cached renames to reduce process entry cost
>>  - merge-ort: avoid recursing into directories when we don't need to
>>  - merge-ort: defer recursing into directories when merge base is matched
>>  - merge-ort: add a handle_deferred_entries() helper function
>>  - merge-ort: add data structures for allowable trivial directory resolves
>>  - merge-ort: add some more explanations in collect_merge_info_callback()
>>  - merge-ort: resolve paths early when we have sufficient information
>>
>>  Further optimization on "merge -sort" backend.
>>
>>  Reviews?
> 
> Stolee reviewed it; he posted numerous comments and helpful
> suggestions throughout the series.  I sent in a new series
> incorporating all his suggestions, though I'm still waiting to hear
> back if that addresses things sufficiently for him.

I just looked at v3 and like it. I wanted to look closely at the new struct,
but it translates rather well from the previous version so there are no
surprises. I mentioned on the v3, but that version LGTM.

>> * ds/commit-and-checkout-with-sparse-index (2021-07-14) 5 commits
>>  - checkout: stop expanding sparse indexes
>>  - sparse-index: recompute cache-tree
>>  - commit: integrate with sparse-index
>>  - p2000: compress repo names
>>  - p2000: add 'git checkout -' test and decrease depth
>>  (this branch uses ds/status-with-sparse-index.)
>>
>>  "git checkout" and "git commit" learn to work without unnecessarily
>>  expanding sparse indexes.
>>
>>  Will merge to 'next'.
> 
> Please wait; he's going to post some fixes.  See
> https://lore.kernel.org/git/91b81577-3ff8-3845-75d1-c47e8a42406e@gmail.com/.

Yes, please wait. I spent longer than expected working out the details of
that patch that we were debating. It turns out to be important, and I have
a new organization of patches that demonstrates this more clearly, along
with tests demonstrating how directory/file conflicts are currently broken
in the non-sparse case.

I got distracted thinking about the original design of the df_conflict_entry
and wandered through several code moves into ee6566e ([PATCH] Rewrite read-tree,
2005-09-05), which was not particularly illuminating. I'm giving myself the
day to see if I can figure this out enough to fix the full-checkout case, but
I'm not optimistic. Expect a v2 soon that describes the trade-offs of the
current implementation.

>> * ds/status-with-sparse-index (2021-07-14) 16 commits
>>  - t1092: document bad sparse-checkout behavior
>>  - fsmonitor: integrate with sparse index
>>  - wt-status: expand added sparse directory entries
>>  - status: use sparse-index throughout
>>  - status: skip sparse-checkout percentage with sparse-index
>>  - diff-lib: handle index diffs with sparse dirs
>>  - dir.c: accept a directory as part of cone-mode patterns
>>  - unpack-trees: unpack sparse directory entries
>>  - unpack-trees: rename unpack_nondirectories()
>>  - unpack-trees: compare sparse directories correctly
>>  - unpack-trees: preserve cache_bottom
>>  - t1092: add tests for status/add and sparse files
>>  - t1092: expand repository data shape
>>  - t1092: replace incorrect 'echo' with 'cat'
>>  - sparse-index: include EXTENDED flag when expanding
>>  - sparse-index: skip indexes with unmerged entries
>>  (this branch is used by ds/commit-and-checkout-with-sparse-index.)
>>
>>  "git status" codepath learned to work with sparsely populated index
>>  without hydrating it fully.
>>
>>  Will merge to 'next'.
> 
> Yep, sounds good; thanks.

Thanks!

-Stolee

  reply	other threads:[~2021-07-20 13:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19 21:07 What's cooking in git.git (Jul 2021, #04; Mon, 19) Junio C Hamano
2021-07-20  1:52 ` Elijah Newren
2021-07-20 13:36   ` Derrick Stolee [this message]
2021-07-20 15:43 ` Jeff Hostetler
2021-07-21  1:11   ` 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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f7a6cd8-1c44-d2f1-4b76-8d6a2729eec1@gmail.com \
    --to=stolee@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=newren@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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).