summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-18 07:45:42 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-18 07:45:42 +0000
commit2b13527e6477916ed5cb6f1858d9d0e5381d236d (patch)
treef5f02279bc2c81180ec930487b6ad6a9acfaf388 /git-commit.txt
parent05567435fe2d1f36c1904c0c02bc805e44fb800d (diff)
downloadgit-htmldocs-2b13527e6477916ed5cb6f1858d9d0e5381d236d.tar.gz
Autogenerated HTML docs for v1.2.4-g5a1f
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 214ed235c..d04b342a9 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -18,6 +18,10 @@ Updates the index file for given paths, or all modified files if
VISUAL and EDITOR environment variables to edit the commit log
message.
+Several environment variable are used during commits. They are
+documented in gitlink:git-commit-tree[1].
+
+
This command can run `commit-msg`, `pre-commit`, and
`post-commit` hooks. See link:hooks.html[hooks] for more
information.