Documentation / git-sh-i18n--envsubst.txton commit Merge branch 'jc/bigfile' (5cfe425)
   1git-sh-i18n--envsubst(1)
   2========================
   3
   4NAME
   5----
   6git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks
   7
   8DESCRIPTION
   9-----------
  10
  11This is not a command the end user would want to run.  Ever.
  12This documentation is meant for people who are studying the
  13plumbing scripts and/or are writing new ones.
  14
  15git-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
  17used internally by linkgit:git-sh-i18n[1] to interpolate the variables
  18passed to the the `eval_gettext` function.
  19
  20No promises are made about the interface, or that this
  21program won't disappear without warning in the next version
  22of Git. Don't use it.
  23
  24GIT
  25---
  26Part of the linkgit:git[1] suite