Commit e945ad5
feat: introduce partial clone for git
- ...or more specifically, blobless clone.
- For more details, see https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
- GitHub, or Microsoft's Developer Division (as the time of that blog post), has far more experiences on monorepo than me :-)
- TL;DR: "These clones download all reachable commits and trees while fetching blobs on-demand. These clones are best for developers and build environments that span multiple builds."
- Also use blobless clone for bootstrap, since after all we'll fetch without depth parameter, shallow clone the abbs tree provides no advantage. See blog post above for more details on this.
- Bump version to 20240124.1 parent 2afda9d commit e945ad5
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments