1 git-sh-i18n--envsubst(1)
2 ========================
6 git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks
11 This is not a command the end user would want to run. Ever.
12 This documentation is meant for people who are studying the
13 plumbing scripts and/or are writing new ones.
15 git-sh-i18n--envsubst is Git's stripped-down copy of the GNU
16 `envsubst(1)` program that comes with the GNU gettext package. It's
17 used internally by linkgit:git-sh-i18n[1] to interpolate the variables
18 passed to the the `eval_gettext` function.
20 No promises are made about the interface, or that this
21 program won't disappear without warning in the next version
26 Part of the linkgit:git[1] suite