summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2024-10-16 01:11:06 -0700
committerSteve Sakoman <steve@sakoman.com>2024-10-30 08:30:00 -0700
commit5feebd85edf74976150fbb54891a0355a55f6c8c (patch)
treeea2b63224b5ddc3232e9837fe095da068d4d786b /documentation
parent9d948925b199edd2e08cfcd3247858afeffabc72 (diff)
downloadpoky-5feebd85edf74976150fbb54891a0355a55f6c8c.tar.gz
release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR
(From yocto-docs rev: 5becb08c498cf7cd2af006ed3b0422e39f1ab6b6) 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> (cherry picked from commit ac4c4455d40dc0852d95461a3a10d687d2aedd6e) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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.