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
DESCRIÇÃO
Este não é um comando que o usuário final gostaria de executar. Nunca. This documentation is meant for people who are studying the Porcelain-ish scripts and/or are writing new ones.
O script git sh-i18n foi projetado para ser obtido (utilizando .) pelos
programas de porcelana do Git implementados no shell script. Ele fornece
"wrappers" para as funções GNU gettext e eval_gettext acessíveis através
do script gettext.sh, e oferece retroatividade com passagem direta nos
sistemas sem o GNU gettext.
FUNÇÕES
- gettext
-
Atualmente uma função fictícia
fall-throughimplementada como um invólucro wrapper em torno doprintf(1). Será substituído por uma implementação gettext real em uma versão posterior. - eval_gettext
-
Atualmente uma função fictícia
fall-throughimplementada como um invólucro wrapper em torno doprintf(1)com as variáveis expandidas através do auxiliar git-sh-i18n--envsubst[1]. Será substituído por uma implementação gettext real em uma versão posterior.
GIT
Parte do conjunto git[1]