Autogenerated HTML docs for v1.5.4-rc2-6-gab11
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 31 Dec 2007 09:44:26 +0000 (09:44 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 31 Dec 2007 09:44:26 +0000 (09:44 +0000)
git-sh-setup.html
git-sh-setup.txt
git-submodule.html
git-submodule.txt

index 5ec31aa59b1fd7494bc45da56bddc00f2bdde2a8..d376239aafd801e25fd5c5cda8eae1bde7444c51 100644 (file)
@@ -321,6 +321,16 @@ set_reflog_action
 </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
@@ -348,6 +358,15 @@ require_work_tree
         (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
@@ -364,7 +383,7 @@ require_work_tree
 </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
index 1ea1faa1b57adecea4269fa6d0c2c4afdee9b3da..505b4c98e1b6b9d8933263e96de57a6cab369895 100644 (file)
@@ -44,6 +44,11 @@ set_reflog_action::
        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
@@ -57,6 +62,10 @@ require_work_tree::
        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
 ------
index 385e8df037a75087588db9dca5ed4fa1a4966e9e..df1b5f42fbb255d35fc16d6340cf2eb6251dbfb6 100644 (file)
@@ -375,7 +375,7 @@ update
 <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
@@ -389,7 +389,7 @@ for details.</p>
 </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
index 3f59705686cf1f9605fa9c76e8009cd2a482cd9e..7d9a9fe5cd8a6a5379352503e4e540e261027b63 100644 (file)
@@ -67,7 +67,7 @@ FILES
 -----
 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.