</p>\r
</dd>\r
<dt>\r
+git_editor\r
+</dt>\r
+<dd>\r
+<p>\r
+ runs an editor of user's choice (GIT_EDITOR, core.editor, VISUAL or\r
+ EDITOR) on a given file, but error out if no editor is specified\r
+ and the terminal is dumb.\r
+</p>\r
+</dd>\r
+<dt>\r
is_bare_repository\r
</dt>\r
<dd>\r
(e.g. <tt>checkout</tt>).\r
</p>\r
</dd>\r
+<dt>\r
+get_author_ident_from_commit\r
+</dt>\r
+<dd>\r
+<p>\r
+ outputs code for use with eval to set the GIT_AUTHOR_NAME,\r
+ GIT_AUTHOR_EMAIL and GIT_AUTHOR_DATE variables for a given commit.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>Author</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:50 UTC\r
+Last updated 31-Dec-2007 09:44:03 UTC\r
</div>\r
</div>\r
</body>\r
end-user action in the reflog, when the script updates a
ref.
+git_editor::
+ runs an editor of user's choice (GIT_EDITOR, core.editor, VISUAL or
+ EDITOR) on a given file, but error out if no editor is specified
+ and the terminal is dumb.
+
is_bare_repository::
outputs `true` or `false` to the standard output stream
to indicate if the repository is a bare repository
if so. Used by scripts that require working tree
(e.g. `checkout`).
+get_author_ident_from_commit::
+ outputs code for use with eval to set the GIT_AUTHOR_NAME,
+ GIT_AUTHOR_EMAIL and GIT_AUTHOR_DATE variables for a given commit.
+
Author
------
<div class="sectionbody">\r
<p>When initializing submodules, a .gitmodules file in the top-level directory\r
of the containing repository is used to find the url of each submodule.\r
-This file should be formatted in the same way as $GIR_DIR/config. The key\r
+This file should be formatted in the same way as <tt>$GIT_DIR/config</tt>. The key\r
to each submodule url is "submodule.$name.url". See <a href="gitmodules.html">gitmodules(5)</a>\r
for details.</p>\r
</div>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 17-Dec-2007 08:25:56 UTC\r
+Last updated 31-Dec-2007 09:44:03 UTC\r
</div>\r
</div>\r
</body>\r
-----
When initializing submodules, a .gitmodules file in the top-level directory
of the containing repository is used to find the url of each submodule.
-This file should be formatted in the same way as $GIR_DIR/config. The key
+This file should be formatted in the same way as `$GIT_DIR/config`. The key
to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5]
for details.