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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user