GNU bug report logs -
#73320
[PATCH] project--vc-list-files: use Git's sparse-index
Previous Next
Reported by: Sean Allred <allred.sean <at> gmail.com>
Date: Tue, 17 Sep 2024 16:57:02 UTC
Severity: normal
Tags: patch
Done: Dmitry Gutov <dmitry <at> gutov.dev>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
On 17/09/2024 19:55, Sean Allred wrote:
> I noticed that `C-x p f` (M-x project-find-file) took an incredibly long
> time to run on our monorepo -- even when using a sparse index -- and I
> tracked the problem down to this function.
That sounds like a good problem to try to solve.
> Adding `--sparse` to the
> `git-ls-files` invocation resolves the issue handily, albeit with the
> quirk of still showing top-level directories that are excised from the
> sparse index (which we may want to remove from the return value of this
> function since it does say it returns /files/).
The submitted patch has a comma inside which results in an error
vc-delistify: Wrong type argument: characterp, \,
Removing it fixes the error.
But let's start from the beginning. Could you help me set up a sparse
repo that would help test out the change?
I took a large-ish checkout with shallow history and set up the sparse
config like this:
git sparse-checkout init --cone
git sparse-checkout set gfx media
With that, both 'git status' and 'ls' behave as expected - no extra
directories around (just the top-level files and two subdirs).
But 'git ls-files' and 'git ls-files --sparse' continue to show the same
large output. Any idea what could be wrong? My version of Git, perhaps?
Which is 2.40.1.
> I'm expecting at least one more version of this patch before it's even
> considered for merge. Given that this change removes many, many results
> from the return value of `project--vc-list-files', I suspect this would
> be a breaking change for some use case that I'm not considering.
Yeah, I expect project-find-regexp, project-search,
project-query-replace-regexp might start misbehaving without additional
filtering -- either throwing up errors or, best case, continuing to
search through the "hidden" directories.
This bug report was last modified 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.