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-29 05:51:03 -0700
commitc07ed6edcde682ddf9f35d7a90d19175d0982b40 (patch)
tree1bf3b3be0b015f9d5c4f23123b8fcd7ecb152f80 /documentation
parentb1abf5f3b171fa248f9dad8a6c71c80a7786a36f (diff)
downloadpoky-c07ed6edcde682ddf9f35d7a90d19175d0982b40.tar.gz
release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR
(From yocto-docs rev: bcbbad8a4466551411688b9d65b01cc8b604a8d6) 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.