From: Junio C Hamano Date: Mon, 31 Dec 2007 09:44:26 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.4-rc2-6-gab11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91baf10bd835433b045a39c3b1eb7c6da6b0e053;p=git.git Autogenerated HTML docs for v1.5.4-rc2-6-gab11 --- diff --git a/git-sh-setup.html b/git-sh-setup.html index 5ec31aa59..d376239aa 100644 --- a/git-sh-setup.html +++ b/git-sh-setup.html @@ -321,6 +321,16 @@ set_reflog_action

+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
@@ -348,6 +358,15 @@ require_work_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

@@ -364,7 +383,7 @@ require_work_tree diff --git a/git-sh-setup.txt b/git-sh-setup.txt index 1ea1faa1b..505b4c98e 100644 --- a/git-sh-setup.txt +++ b/git-sh-setup.txt @@ -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 ------ diff --git a/git-submodule.html b/git-submodule.html index 385e8df03..df1b5f42f 100644 --- a/git-submodule.html +++ b/git-submodule.html @@ -375,7 +375,7 @@ update

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 gitmodules(5) for details.

@@ -389,7 +389,7 @@ for details.

diff --git a/git-submodule.txt b/git-submodule.txt index 3f5970568..7d9a9fe5c 100644 --- a/git-submodule.txt +++ b/git-submodule.txt @@ -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.