summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-31 09:44:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-31 09:44:26 +0000
commit91baf10bd835433b045a39c3b1eb7c6da6b0e053 (patch)
tree8b5ade8c6fca35c93d00cef232858f8f7981bc1c /git-sh-setup.txt
parent554da79be4cae87edd4323dd34fce9958e02b5d3 (diff)
downloadgit-htmldocs-91baf10bd835433b045a39c3b1eb7c6da6b0e053.tar.gz
Autogenerated HTML docs for v1.5.4-rc2-6-gab11
Diffstat (limited to 'git-sh-setup.txt')
-rw-r--r--git-sh-setup.txt9
1 files changed, 9 insertions, 0 deletions
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
------