diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-03-17 18:25:09 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-17 20:42:35 -0800 |
commit | 5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6 (patch) | |
tree | 36171d5cf242a105ede4e3228f61362ad7f9b6f1 /Documentation/git-commit.txt | |
parent | 228382aee45ec7f17db220e9099b46347ba2e1c7 (diff) | |
download | git-5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6.tar.gz git-5bfc4f23bca0a89e50853b2bdaa6d0118045a9f6.tar.xz |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 214ed235c..d04b342a9 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. |