简体中文 ▾
Localized versions of git-sh-i18n manual
Topics ▾
Email
Latest version
▾
git-sh-i18n last updated in 2.0.5
Changes in the git-sh-i18n 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
描述
这不是一个终端用户想要运行的命令。 永远不会。 这个文档是为研究 Porcelain-ish 脚本和/或正在编写新脚本的人准备的。
’git sh-i18n‘ 脚本小程序是专为 Git 的 shell 脚本实现的瓷器程序而设计的(使用 .
)。它为通过 gettext.sh
脚本访问的 GNU gettext
和 eval_gettext
函数提供了封装,并为没有 GNU gettext 的系统提供了直通回退。
功能
- gettext
-
目前是作为
printf(1)
的包装器实现的虚假直通函数。在以后的版本中,它将被真正的 gettext 实现所取代。 - eval_gettext
-
目前是一个虚假的直通函数,作为` printf(1)` 的包装器实现,变量由 git-sh-i18n--envsubst[1] 辅助器展开。在以后的版本中将被真正的 gettext 实现所取代。
GIT
属于 git[1] 文档