From 91baf10bd835433b045a39c3b1eb7c6da6b0e053 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 31 Dec 2007 09:44:26 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc2-6-gab11
---
git-sh-setup.html | 21 ++++++++++++++++++++-
git-sh-setup.txt | 9 +++++++++
git-submodule.html | 4 ++--
git-submodule.txt | 2 +-
4 files changed, 32 insertions(+), 4 deletions(-)
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