summaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2006-03-18 00:25:09 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-18 04:42:35 (GMT)
commit5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6 (patch)
tree36171d5cf242a105ede4e3228f61362ad7f9b6f1 /Documentation/git-commit.txt
parent228382aee45ec7f17db220e9099b46347ba2e1c7 (diff)
downloadgit-5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6.zip
git-5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6.tar.gz
git-5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6.tar.bz2
Reference git-commit-tree for env vars.
Signed-off-by: Jon Loeliger <jdl@jdl.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 214ed23..d04b342 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/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.