1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00

Merge pull request #2186 from EliahKagan/small

Note that the `small` feature doesn't include `clone`
This commit is contained in:
Eliah Kagan
2025-09-21 19:52:38 -04:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ lean = ["fast", "tracing", "pretty-cli", "http-client-curl", "gitoxide-core-tool
## The smallest possible build, best suitable for small single-core machines.
##
## This build is essentially limited to local operations without any fanciness.
## This build is essentially limited to local operations without any fanciness. It does not have `gix clone`.
##
## Optimized for size, no parallelism thus much slower, progress line rendering.
small = ["pretty-cli", "prodash-render-line", "is-terminal"]