Português (Brasil) ▾
Localized versions of git-sh-i18n--envsubst manual
Topics ▾
Email
Latest version
▾
git-sh-i18n--envsubst last updated in 2.0.5
Changes in the git-sh-i18n--envsubst manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.1.4 → 2.47.0 no changes
- 2.0.5 12/17/14
RESUMO
eval_gettext () { printf "%s" "$1" | ( export PATH $(git sh-i18n--envsubst --variables "$1"); git sh-i18n--envsubst "$1" ) }
DESCRIÇÃO
Esse não é um comando que o usuário final gostaria de executar. Nunca. Esta documentação destina-se a pessoas que estão estudando os pipe scripts e/ou escrevendo novos scripts.
O comando git sh-i18n -- envsubst é uma cópia simplificada do Git do programa GNU envsubst(1)
que vem com o pacote gettext do GNU. É utilizado internamente através do git-sh-i18n[1] para interpolar as variáveis encaminhadas para a função eval_gettext
.
Nenhuma promessa é feita sobre a interface ou que este programa não desaparecerá sem aviso prévio na próxima versão do Git. Não use.
GIT
Parte do conjunto git[1]