mirror of
https://github.com/actions/checkout.git
synced 2025-04-02 22:40:06 +02:00
![]() Instead of fetching all the LFS objects present in the current revision in a sparse checkout, whether they are needed inside the sparse cone or not, let's instead only pull the ones that are actually needed. To do that, let's avoid running that preemptive `git lfs fetch` call in case of a sparse checkout. An alternative that was considered during the development of this patch (and ultimately rejected) was to use `git lfs pull --include <path>...`, but it turned out to be too inflexible because it requires exact paths, not the patterns that are available via the sparse checkout definition, and that risks running into command-line length limitations. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
||
---|---|---|
.. | ||
misc | ||
fs-helper.ts | ||
git-auth-helper.ts | ||
git-command-manager.ts | ||
git-directory-helper.ts | ||
git-source-provider.ts | ||
git-source-settings.ts | ||
git-version.ts | ||
github-api-helper.ts | ||
input-helper.ts | ||
main.ts | ||
ref-helper.ts | ||
regexp-helper.ts | ||
retry-helper.ts | ||
state-helper.ts | ||
url-helper.ts | ||
workflow-context-helper.ts |