summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2024-10-16 01:11:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-23 12:28:40 +0100
commit581f498489cc80b3841fc7e160131746f1a90c2a (patch)
treee19a64a6734910c7e876347d9602799ed1206709
parent57127f6520d2006d985c8ddd33ee37c08f1aac3a (diff)
downloadpoky-581f498489cc80b3841fc7e160131746f1a90c2a.tar.gz
release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR
(From yocto-docs rev: ac4c4455d40dc0852d95461a3a10d687d2aedd6e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/migration-guides/release-notes-5.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index 800ba20a27..2bf78c633d 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -217,7 +217,7 @@ New Features / Enhancements in 5.0
217 state directory (i.e., ``/run``). 217 state directory (i.e., ``/run``).
218 218
219 - Allow to disable colored text output through the 219 - Allow to disable colored text output through the
220 `NO_OUTPUT <https://no-color.org/>`__ environment variable. 220 `NO_COLOR <https://no-color.org/>`__ environment variable.
221 221
222 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit`` 222 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
223 configuration setting. 223 configuration setting.