diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-06 12:49:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-06 12:49:25 -0700 |
| commit | cd77e87115eab5e80e6b161e7b84a79ba1a12cdc (patch) | |
| tree | 3de5ff7acef45c092b35fc8f6ac331839c2518e4 | |
| parent | Merge branch 'mt/openindiana-scalar' (diff) | |
| download | git-cd77e87115eab5e80e6b161e7b84a79ba1a12cdc.tar.gz git-cd77e87115eab5e80e6b161e7b84a79ba1a12cdc.zip | |
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.46.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index 0d9ca6cfbd..0a6ad3bd1e 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -58,6 +58,9 @@ UI, Workflows & Features clone. The command has been taught not to do so and immediately fail instead. + * The promisor.quiet configuration knob can be set to true to make + lazy fetching from promisor remotes silent. + Performance, Internal Implementation, Development Support etc. @@ -216,3 +219,4 @@ Fixes since v2.45 (merge fc0202b0e9 dg/fetch-pack-code-cleanup later to maint). (merge 7150f140f9 mt/t0211-typofix later to maint). (merge d424488901 jc/rev-parse-fatal-doc later to maint). + (merge 36d900d2b0 rs/difftool-env-simplify later to maint). |
