onefetch icon indicating copy to clipboard operation
onefetch copied to clipboard

sparse-checkout repo error

Open lizhuoqi opened this issue 2 years ago • 3 comments
trafficstars

Summary 💡

I got an error when using onefetch in git sparese-checkout repository.

onefetch-dont-support-sparsecheckout

Motivation 🔦

No response

lizhuoqi avatar Mar 10 '23 08:03 lizhuoqi

Thanks for reporting this @lizhuoqi.

It seems like libgit2 (onefetch still uses libgit2 for displaying pending changes) currently does not fully support sparse checkout (https://github.com/libgit2/libgit2/issues/6044). It lacks support for Git extensions.worktreeconfig. There is an ongoing PR for that: https://github.com/libgit2/libgit2/pull/6202.

We can keep this issue open until upstream supports is added.

o2sh avatar Mar 11 '23 19:03 o2sh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

o2sh avatar Sep 24 '23 00:09 o2sh

We can keep this issue open until upstream supports is added

Pinning the issue

spenserblack avatar Sep 28 '23 17:09 spenserblack

Should be fixed with the latest release 2.20.0 Please re-open if the issue persists.

o2sh avatar Mar 17 '24 12:03 o2sh