From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/git/git-sh-i18n--envsubst.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devdocs/git/git-sh-i18n--envsubst.html (limited to 'devdocs/git/git-sh-i18n--envsubst.html') diff --git a/devdocs/git/git-sh-i18n--envsubst.html b/devdocs/git/git-sh-i18n--envsubst.html deleted file mode 100644 index d6849147..00000000 --- a/devdocs/git/git-sh-i18n--envsubst.html +++ /dev/null @@ -1,11 +0,0 @@ -

git-sh-i18n--envsubst

Name

git-sh-i18n—​envsubst - Git’s own envsubst(1) for i18n fallbacks

Synopsis

eval_gettext () {
-        printf "%s" "$1" | (
-                export PATH $(git sh-i18n--envsubst --variables "$1");
-                git sh-i18n--envsubst "$1"
-        )
-}

Description

This is not a command the end user would want to run. Ever. This documentation is meant for people who are studying the plumbing scripts and/or are writing new ones.

git sh-i18n--envsubst is Git’s stripped-down copy of the GNU envsubst(1) program that comes with the GNU gettext package. It’s used internally by git-sh-i18n[1] to interpolate the variables passed to the eval_gettext function.

No promises are made about the interface, or that this program won’t disappear without warning in the next version of Git. Don’t use it.

-

- © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
- https://git-scm.com/docs/git-sh-i18n--envsubst -

-
-- cgit v1.2.3