File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ set_reflog_action::
44
44
end-user action in the reflog, when the script updates a
45
45
ref.
46
46
47
+ git_editor::
48
+ runs an editor of user's choice (GIT_EDITOR, core.editor, VISUAL or
49
+ EDITOR) on a given file, but error out if no editor is specified
50
+ and the terminal is dumb.
51
+
47
52
is_bare_repository::
48
53
outputs `true` or `false` to the standard output stream
49
54
to indicate if the repository is a bare repository
@@ -57,6 +62,10 @@ require_work_tree::
57
62
if so. Used by scripts that require working tree
58
63
(e.g. `checkout`).
59
64
65
+ get_author_ident_from_commit::
66
+ outputs code for use with eval to set the GIT_AUTHOR_NAME,
67
+ GIT_AUTHOR_EMAIL and GIT_AUTHOR_DATE variables for a given commit.
68
+
60
69
61
70
Author
62
71
------
You can’t perform that action at this time.
0 commit comments