jenkinsci / jenkinsci/git-plugin
[JENKINS-70094] Support blobless clone
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Git supports filter commands since some time, so i'm now interested in blobless filter.
With that filter the clone and fetch commands copy the full tree, but only required blobs.
This has two improvements:
- less transfer and repo size
- still full git history for tools which need it
---
Originally reported by
viceice, imported from: Support blobless clone
Raw content of original issue
Git supports filter commands since some time, so i'm now interested in blobless filter.
With that filter the clone and fetch commands copy the full tree, but only required blobs.
This has two improvements:
- less transfer and repo size
- still full git history for tools which need it
Contributor guide
Assessment
This issue has not been assessed yet.