summaryrefslogtreecommitdiff
path: root/devdocs/git/git-sh-i18n.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/git/git-sh-i18n.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/git/git-sh-i18n.html')
-rw-r--r--devdocs/git/git-sh-i18n.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/git/git-sh-i18n.html b/devdocs/git/git-sh-i18n.html
deleted file mode 100644
index 2b7cc97d..00000000
--- a/devdocs/git/git-sh-i18n.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1>git-sh-i18n</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-sh-i18n - Git’s i18n setup code for shell scripts</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content">. "$(git --exec-path)/git-sh-i18n"</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>This is not a command the end user would want to run. Ever. This documentation is meant for people who are studying the Porcelain-ish scripts and/or are writing new ones.</p> <p>The 'git sh-i18n scriptlet is designed to be sourced (using <code>.</code>) by Git’s porcelain programs implemented in shell script. It provides wrappers for the GNU <code>gettext</code> and <code>eval_gettext</code> functions accessible through the <code>gettext.sh</code> script, and provides pass-through fallbacks on systems without GNU gettext.</p> </div> <h2 id="_functions">Functions</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-sh-i18n.txt-gettext"> gettext </dt> <dd> <p>Currently a dummy fall-through function implemented as a wrapper around <code>printf(1)</code>. Will be replaced by a real gettext implementation in a later version.</p> </dd> <dt class="hdlist1" id="Documentation/git-sh-i18n.txt-evalgettext"> eval_gettext </dt> <dd> <p>Currently a dummy fall-through function implemented as a wrapper around <code>printf(1)</code> with variables expanded by the <a href="git-sh-i18n--envsubst">git-sh-i18n--envsubst[1]</a> helper. Will be replaced by a real gettext implementation in a later version.</p> </dd> </dl> </div> </div><div class="_attribution">
- <p class="_attribution-p">
- &copy; 2012&ndash;2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
- <a href="https://git-scm.com/docs/git-sh-i18n" class="_attribution-link">https://git-scm.com/docs/git-sh-i18n</a>
- </p>
-</div>