core.hidedotfiles: hide '.git' dir by default
[git/dscho.git] / Documentation / git-sh-i18n--envsubst.txt
blobf5bbf7750db6f907d6f6d3b873154d7e098ef062
1 git-sh-i18n--envsubst(1)
2 ========================
4 NAME
5 ----
6 git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks
8 DESCRIPTION
9 -----------
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
22 of Git. Don't use it.
24 GIT
25 ---
26 Part of the linkgit:git[1] suite