From: Jon Loeliger Date: Sat, 18 Mar 2006 00:25:09 +0000 (-0600) Subject: Reference git-commit-tree for env vars. X-Git-Tag: v1.3.0-rc1~22^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6;hp=228382aee45ec7f17db220e9099b46347ba2e1c7;p=git.git Reference git-commit-tree for env vars. Signed-off-by: Jon Loeliger Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 214ed235..d04b342a 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.