From ac10f0f9464f4865fa9f6d5cc7a021b5a18915ff Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 9 Jan 2024 15:42:24 -0500 Subject: [PATCH] Add mepoconfig entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd113c3..d2a5eaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the clone will not download blobs by using `--filter=blob:none`. If you set `--partial=treeless` then the clone will not download trees by using `--filter=tree:0`. The `blobless` option is useful for large repos that have a lot of binary files that you don't need. The `treeless` option is even more aggressive and *SHOULD NOT* be used unless you know what you are doing. +- Add a new section for `.mepoconfig` to allow users to set `--partial` as a default for `mepo clone`. ## [1.51.1] - 2023-08-25