Browse Source

Reference git-commit-tree for env vars.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Jon Loeliger 19 years ago committed by Junio C Hamano
parent
commit
5bfc4f23bc
  1. 4
      Documentation/git-commit.txt

4
Documentation/git-commit.txt

@ -18,6 +18,10 @@ Updates the index file for given paths, or all modified files if @@ -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.

Loading…
Cancel
Save